> On Tue, 5 Oct 2004 13:17:50 +1000, Taco Fleur > <[EMAIL PROTECTED]> wrote: > > PS. Here are both CFCs, so it might make more sense ?? > > No, now it makes no sense at all :)
Which part of it makes no sense? I mean I think I well documented all the functionality etc.. But hey, if its clear after you really had a look at it, then let me know and I will need to improve on the commenting of my code.. > > Dependency.cfc > > *************************** > > <cfcomponent > > extends="tellhp_development.admin.wa_be.content.class.Database" > ... > > <!--- If this class extends another class ---> > > <cfif structKeyExists( myMeta, "extends" )> > > But you know it does - you wrote extends= in the component > definition. Why go to all that metadata trouble? Do you really understand what all that metadata trouble does? Have you thought about multiple inheritance? > -- > Sean A Corfield -- http://www.corfield.org/ > Team Fusebox -- http://www.fusebox.org/ > Got Gmail? -- I have 6 invites > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > --- > You are currently subscribed to cfaussie 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 cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
