Posts by Hugo Aguiar • 11 points
2 posts
-
0
votes1
answer738
viewsQ: Error setting up Doctrine + Zend
Hello, I am trying to configure Doctrine ORM to work with Zend Framework, and when I give the command 'bin/Doctrine-module' appears the following error: PHP Fatal error: Uncaught exception…
-
1
votes1
answer1050
viewsQ: Error Loading Model in Codeigniter
Hello, I’m trying to carry the model inside my controller as follows: $this->load->model("gerente"); But simply everything after this code does not work, I tried to load by passing "Manager"…