Oh, and of course you can use routes to make all of your "sites" run
through a single controller (if appropriate) even with different URLs,
you can render without a layout so the HTML pages created by your
designers are complete in themselves, and you can link to images/css
etc directly (without using html/form helpers).

So there is really very little stopping you from dumping a whole
"standard" html site (html/css/js/images) into cake, just separating
the html files into /app/views/yoursite and the other media into /app/
webroot/yoursite.  This way your designers can keep working with the
cruddy methods they're used to, and keep expecting all sorts of
wonderful dynamic content without leaving their WYSIWYG editor. :)


--~--~---------~--~----~------------~-------~--~----~
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