php Programming Glossary: myaction
PHP: get classname from static call in extended class http://stackoverflow.com/questions/506705/php-get-classname-from-static-call-in-extended-class Here is the situation. I have two classes Action and MyAction last one is declared as class MyAction extends Action some methods.. classes Action and MyAction last one is declared as class MyAction extends Action some methods here All i need is method in Action.. Class Action function n some actions And when i call it MyAction n it should return MyAction But each declaration in parent class..
|