i have a problem in static function….
i can make three static function is in the class… first or second function working well… but the third function I can call to another static function it’s generates a warning msg…
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘some_FrameWork’ not found or invalid function name
how can i resolve this… If anybody face this .. plz give me some idea to resolve this problem…..