[eluser]vlad_ci[/eluser]
Hi, I would like to define a class
(that inherits from the SplArray) and pass it arround
(as reference) between
various Library classes and the controller.
Where can I create the definition of this class, such
that all the diferrent components are aware of the definition
(and it will be instanciated in one of my Library classes)?
Please, note I thought of declaring this class as a separate library,
however the problem there is that when loaded, it will be 'attached'
to the Controller (because Controller is the only thing that do
load->library) -- and I do not want that.
Thank you