I put ALL CFC's in <project>packages/custom/<somepackagepath>. We also map our "com" to <project>packages/custom - but that would really depend on how you are using FarCry. Because ours is an internal single-user style of setup we can happily map it like that. Then all our packages just live under the "com" mapping (which we can then move any time we like without screwing up our code).
In fact, we have/use a whole additional "methodology" that we have developed independent from FarCry for our application type development. This means that we have packages under the "custom" directory (as above). As far as custom tags are concerned.... We dont use a lot of these. Currently we have a "ui" directory (outside of the www) and that has a "tags" directory in it. However, if you want to keep the FarCry 2nd level directories "clean" I would suggest <project>webskin/tags (with any number of subdirectories under that to help manage all the different tag packages. I haven't heard of anyone coming up with a hard and fast rule on this. Regards Gary [PS - you and I must be the only ones at work ;) ] On Tue, 04 Jan 2005 18:09:43 -0500, Jeff Coughlin <[EMAIL PROTECTED]> wrote: > Where is the suggested place to be placing custom CFCs? > > example: I have a CFC that I often use on dmHTML pages (and I may use > them on other things in the future). Should I be placing the CFC in the > <project>/webskin/dmHTML folder? Currently I've been placing them in > the <project>/webskin/includes folder. > > Also, where is it suggested to place custom tags that don't need to be > in the core? > > I just want to be consistent. If another Farcry programmer looks at my > code some day I'd want them to be able to easily know where to go to > edit files. > > -Jeff C. > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
