• ZF 3 error: Module could not be initiated

    Here is a Zend framework 3 error that you might get once or twice. It would look something like this; Fatal error: Uncaught exception ‘Zend\ModuleManager\Exception\RuntimeException’ with message ‘Module (ModuleName) could not be initialized Here is how to solve it. Make sure the module is present in project name/config/modules.config.php. For example return [ …’Application’, ‘ModuleNameOne’, ‘ModuleNameTwo’…


  • From Zero to Zendcredible

    The classic Disney movie Hercules, usually brings to the surface (for most people I know) the yearning to go the distance no matter how insurmountable the obstacles may seem. For that is all you need to go from a zero to a hero.  And with Zend, it takes you from a Zero to Zendcredible. Everyone…