[eluser]Nicholas Bello[/eluser]
Hello CI fans,
I've perused the forums and done some googling but i can't seem to get a clear answer on this so here it is.
I am writing my first major CI application and it involves a member database! With that comes the need to add a member to the member database. The member has a boat load of information associated with them so the form will be divided into 5 pages (I know... 5).
Now I want to make a member object that stores all the member information such as name, birthday, address, etc. Then access it throughout the five pages by serializing it and passing it in the session.
Now where do i put my object? It's not a controller because it does not load a page, it's not a model because it does not deal with databases, and it is damn sure not a view. In keeping with the CI spirit where is the best place to put my object? Any help is greatly appreciated.
-Nick