custom session engine

2011-04-07 Thread nitm
Hey. I was wondering if it's possible to create a custom session engine, one that will extend one of the existing engines (lets say the cache one)? If for example I want to persist the sessions in a nosql db, or just to add more attributes, functions to the session object. Thanks. -- You recei

Re: grouping of fields inside a model into a class

2010-11-08 Thread nitm
stead of it owning an address object holding the data/functionality. I will give it a try though. thanks again. On Nov 8, 8:24 am, Jani Tiainen wrote: > On Friday 05 November 2010 22:53:06 nitm wrote: > > > > > > > Hi, > > > Is there a way to combine a set of fie

grouping of fields inside a model into a class

2010-11-05 Thread nitm
Hi, Is there a way to combine a set of fields I have in a model class into a different class without it having it's own separate table? An example: I want to implement the user profile model class, and in it I would like to have the address of the user. The address is group of fields (city, stree