so I have 2 classes I’m converting into modules. 1 is a child of the other.
however, when I converted the classes I have into an EE module, I get an error saying that the parent class cannot be found. basically it hasn’t been loaded.
Now if it were a straight PHP script, I would load the parent 1st then the child class. But in EE, is there a way to do this via the modules / third party add-ons?
thanks, Jayson
Extensions are not what you’d consider “extending” per se, but they call “hooks” - read up on that in the docs: http://expressionengine.com/public_beta/docs/development/index.html
So it’s not about extending any classes. It’s about “extending” EE functionality by changing how stuff works via hooks.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.