Saturday, October 31, 2009

Converting Existing Project into Cake PHP

Hello,

Im working in a project, in which i have more than 150 Database
Tables, and expecting it may grow to 400 Tables in a Year.
For this project, i have more than 10 modules and even the modules
will grow in a good count.
Can i convert this project into Cake PHP.
I have just recently going through the Cake PHP, what i studied till
now is
Table name should be plural,
Primary Key - id
created
modified
above two fields to update created time and modified time. But most of
my tables are not in plural, and i can overwrite primary key by using
$primaryKey in model, but again created and modified are with
different names, How can i overwrite them.
How to handle above situation.
Most Importan Question is Is CakePHP suitable for going with this big
project, will it serve well.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: