Skip to content

Instantly share code, notes, and snippets.

View cerdobot's full-sized avatar

Vicente Orrico Fermán cerdobot

  • Conecta en línea
  • México
View GitHub Profile
// IndexControllerFactory.php
namespace YourModule\Controller\Factory;
use Zend\ServiceManager\FactoryInterface,
Zend\ServiceManager\ServiceLocatorInterface,
Zend\ServiceManager\Exception\ServiceNotCreatedException,
YourModule\Controller\IndexController;
class IndexControllerFactory implements FactoryInterface
{