An Abstract class is a class that defines stub methods/properties, with the intention that the class will be extended, and the inheriting class overrides/overloads the method(s). FourQ is an example--it is pretty much useless unless you extend it and add properties to be sent to/retrieved from the database. But to my knowledge, there are no methods that have to be overridden directly when you create custom CFCs. There might be something in the database layer of fourQ however that needs to be overridden.
Do you have code that is creating an instance of fourQ instead of inheriting from it? It there a filename/line nr in your error or log files? Rogz (sent by Nabble.com) wrote: >Does anyone know what the following error could be caused from? > >Error: you cannot reference abstract classes with the FourQ persistence >layer >-- >View this message in context: >http://www.nabble.com/Abstract+class+error-t1719825s621.html#a4671449 >Sent from the FarCry - Dev forum at Nabble.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 -~----------~----~----~----~------~----~------~--~---
