How do you organize your web root?
Hello,
I'm working on an internal web application for our office. I'm fairly new to ColdFusion, but I've been using other languages for a long time. I'm most familiar with Python and the Django framework.
I'm a little lost as to how to keep my web root directory organized. I understand that in ColdFusion 9 it is suggested that I package various things into their own applications, and in the web root they're under their application directory path. I plan on doing this. What about things like re-usable html templates? Is there a nice way to create html templates, and render a page using them? Or does ColdFusion only offer the PHP-like "include 'template.cfm'" method of doing this? For some reason this just feels messy to me.
How do others organize their web root directories?
Thanks,
Ryan
