On Sep 3, 11:07 am, "AJ Mercer" <[EMAIL PROTECTED]> wrote: > When creating includedObj files, would you like to be able to organise them > in folders? > > Farcry can almost do this - just one small bug which I have submitted a fix > for. If you think this would be useful, please vote > http://bugs.farcrycms.org/browse/FC-1475
included templates are a bit dated and we're trying to move away from them completely. If possible folks should be moving to developing "type skins" which are effectively webskins that are bound to a specific content type rather than a specific content item. (I started documenting this here.. but only got half way: http://docs.farcrycms.org/display/FCDEV50/Type+Web+Skins) Admittedly "includes" still represent a nice 'n' easy way for hacking CF code into the middle of your FarCry application. As Jeff points out though, several teams have implemented includes differently over the years. Its a very common practice to use an include to act as a controller, and to place different views into a subdirectory of the includes folder. Not sure what the answer is here, but my gut feel is to encourage people to upgrade and move to type skins -- lots of advantages to using this framework over includes. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
