[Zend Framework] How do I init every parent method before init ?
- by rasouza
I have a custom bootstrap class and I'm extending it.
class Bootstrap extends MyBootstrap
{
}
MyBootstrap.php class have some _init methods. I need it to load all MyBootstrap methods first. How to?