I call a method from a class called CFG ( CFG::get("mysettings.php") ) from another class called Catalyst ( Catalyst->__Construct() ).
When I used debug_backtrace() to see where the call get() was made from i get
when it should be
What do you think? Is there anyway I can get around this problem? This worth 5 stars but I probably cannot award that many.
---------------------------------------
When I used debug_backtrace() to see where the call get() was made from i get
Code:
class = Catalyst
type = ->
function = get
when it should be
Code:
class = CFG
type = ::
function = get
What do you think? Is there anyway I can get around this problem? This worth 5 stars but I probably cannot award that many.
---------------------------------------