I am referring to the folders which now appear in the "layouts" folder in CakePHP version 1.2. I don't that these folders appeared in 1.1.
I don't understand why one would put a JavaScript file in the "js" folder in the "layouts" folder when JavaScript files are supposed to be placed in the "webroot/js" folder. On Apr 10, 5:11 pm, Miles J <[email protected]> wrote: > Well the rss/xml layouts would simply be the declarations at the top. > > <?xml version="1.0"?> > <rss version="2.0"> > <channel> > <?php echo $content_for_layout; ?> > </channel> > </rss> > > As for the js, im not really sure. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
