Well, I sure have to read a lot...
Quote:
Originally Posted by kuba
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) ?