We have a website which is running on LAMP. The initial version was developed in early this century. Till today, lots of programmers have worked on it and lots of changes have been made. Lots of patches can be found here and there in the program. Recently, we need to add some new stuff. This will be lots of code changes again like we used to. The code of current system is not readable and maintainable and we are going to re-write the whole thing using php. We found lots of php frameworks available on web we chose cakephp after comparisons with others and doing tests ourselves. We already have tables and data there and fortunately our tables already conform to cakephp’s conventions. I am here looking for some good suggestions how to migrate old system to cakephp? Since all the functions were written and are working very well right now we don’t want to re-write everything from scratch. We just want to do copy and paste and make as little modification as possible. Any suggestions? For example, we defined lots of constants in our system, the constants are stored in one php file, where to put the file in cakephp? We already have some homepages, we don’t want to change their looks. I know we can put those homepages in the view folder in cakephp but those homepages are mixed with html and php code, is there a good way to keep the homepage design but move the php code to somewhere in cakephp? And we have new homepages designed in dreamweaver, is there any suggestion when designing the homepages in dreamweaver when later on we are going to put them in cakephp framework for out projcets? Thank you !
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
