I have created a fairly basic custom content management app using CakePHP that allows me to enter information into my database through a number of different web forms. (it's a gaming website that has game info, reviews, etc...). The app is named 'CMS'.
I developed this mostly to learn the basics of CakePHP but now that I have it working and have some data, I was wanting to hook it up to my homepage design so it pulls in the data I've entered into the DB via my CMS app, However I'm having some 2nd thoughts visualizing how this should be set up. Is it better to create a new cakephp app, building the home page and other pages using the same tables I created/populated in my CMS app? Or should I start coding my site design into an index.php file with sql queries to pull content from DB (not using cakephp) and upload that file to my web server root? Any tips/recommendations are greatly appreciated, Thanks!
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
