You seem to be over thinking things. Controller and Model names are
CamelCased, So QuickNotesController, var $name = 'QuickNotes',
accessible via http://localhost/cake/quick_notes. This would expect by
default a model of QuickNote in models/quick_note.php, with var $name
= 'QuickNote' and connected to a quick_notes table in the database.

review http://manual.cakephp.org/appendix/conventions for more
information.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to