On Fri, Oct 17, 2008 at 12:01 AM, Jeff Coughlin <[EMAIL PROTECTED]>wrote: > > Additionally if you only plan to add an extra field, you can just > extend the object.
Yeah - that's a possibility, but also there's some kind of problem with the case of the table name (I'm using MySQL) so I figured I'm safer to just make my own from scratch. > Personally I prefer to make my own objects (such as you suggested) so > that there are no future conflicts (future versions tend to change a > lot of things around - like changing up the ftSeq numbers often - > which often breaks extended CFCs), but if all you plan to do is add an > extra field, extending the object would be much faster. > > Regards, > > -- > Jeff Coughlin > Web Application Developer > http://jeffcoughlin.com > > On Oct 16, 2008, at 8:26 AM, Sean Coyne wrote: > > > > > /farcry/plugins/farcrycms/packages/rules/ruleHandpicked.cfc > > > > On Oct 16, 4:40 am, "Kay Smoljak" <[EMAIL PROTECTED]> wrote: > >> I've got a FarCry 4 site on shared hosting. At some point the > >> handpicked > >> rule has stopped working (because of a case conflict - I'm using > >> mySQL - > >> possibly in the update to 4.0.11) BUT as a workaround in the > >> immediate > >> future I would like to create my own version of this rule with an > >> extra > >> parameter (essentially I want to pick an image out of the media > >> library and > >> make it a link to a specified page). > >> So, I've downloaded the 4.0.11 core, install and mollio packages > >> and I'll > >> looking for the ruleHandpicked.cfc file so I can pick it apart. > >> But... I > >> can't seem to find it. > >> > >> Am I blind? Stupid? Where on earth is it? > >> > >> -- > >> Kay Smoljak > >> business:www.cleverstarfish.com > >> coldfusion: kay.smoljak.com > >> personal: enterthegoatlady.com | heapsbad.com > > > > > -- Kay Smoljak business: www.cleverstarfish.com coldfusion: kay.smoljak.com personal: enterthegoatlady.com | heapsbad.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
