View Single Post
  #3 (permalink)  
Old 05-11-2008, 08:46 PM
elvex elvex is offline
Junior Member
 
Join Date: May 2008
Posts: 4
Default

Well, I sure have to read a lot...

Quote:
Originally Posted by kuba View Post
which model previously queried and formed into desired form - eg. Menu::getMenu() will return array containing menu items).
If the Table object is an exact replication of the SQL Table, where is the model "formed into desired form" ?
Is the array returned by Menu::getMenu() stored somewhere when the row is instancied, or is it created just on demand (when the method is called) ?
Reply With Quote