Hi, gwoo wrote:
> Personally, I always use ModelName.field. It is less ambiguous and > cleaner to read. For the Pagination, I use $this->modelClass in the > controller and it is in the tutorial on the wiki that way. Hmm - for me it didn't work with $this->modelClass. The controller doesn't know about that variable, only $this->name and $this->uses (the array $this->modelNames is empty) - but using a hard coded 'Item.modified' it works for me now. > I think a thorough flogging is in order. http://en.wikipedia.org/wiki/Flogging > Would you agree? I also propose making this CakePHP Disciplinary > Procedure 1.1 Maybe my posting didn't com out the way I intended it. I didn't want to insult anybody or make accusations to people I don't even know, sorry. Regards, Dominik. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
