Thanks you guys. I have several sites that call to the same CFCs so I
just mapped them for ease of use.

So what is the best way to handle errors in a CFC? 


On Tue, 8 Mar 2005 10:22:53 -0500, Brian Kotek <[EMAIL PROTECTED]> wrote:
> Check out the Macromedia CF coding guidelines and Mach-II development guide.
> 
> http://livedocs.macromedia.com/wtg/public/
> 
> 
> On Tue, 8 Mar 2005 10:09:04 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote:
> > One common method is the domain name methodology.
> >
> > So, for example, if you get Raymond's Blog CFC, it will typically live under
> >
> > <drive>:\site\org\camden
> >
> > And be called like so:
> >
> > CreateObject("component","org.camden.Blog") or something like that.
> >
> > However, frameworks may impose their own methodology, which is no worse, and
> > this could be adapted as well.
> >
> > <drive>:\site\model\org\camden for MachII
> >
> > And would be called like so:
> >
> > CreateObject("component","model.org.camden.Blog")
> >
> > - Calvin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197877
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to