Questions tagged as 'zend'

1
answer

Access to databases with Zend Framework 2 in the model

I wanted to ask about accessing databases using Zend Framework 2. I am familiar with the use of ServiceManager and how the configuration is done in global.php , Module.php to access the database from the controller. My...
asked by 06.04.2016 / 16:47
1
answer

Errors with Zend / Translate.php

Zend Framework shows me errors, the services I have for the local server are: xampp (MySql and Apache) in Mac High Sierra.    Warning: include (Zend / Translate.php): failed to open stream: Not such   file or directory in   /Applications/XAMP...
asked by 08.06.2018 / 01:11
1
answer

Redirect in ZF2 does not work

Either with $this->redirect()->toUrl or with $this->redirect()->toRoute does not redirect when I finish editing a form, but the page remains blank without even showing an error. Review everything, and the UsersFil...
asked by 20.07.2016 / 01:04
0
answers

problem with variable include_path in php.ini file from xampp

I installed XAMPP on my machine, which has Windows 10, but when I try to use the Zend FrameWork I can not change the path environment variable, I put bin and library in the file D: \ xampp \ php, I opened the cmd to put the php -version and zf s...
asked by 01.06.2018 / 19:11
0
answers

How to return an Ajax response to my view from a controller in Zend Framework 1?

I tell you, I'm trying to return a data to my personal search, what I do is make an ajax call to the server, specifically to the action maintenance / validate registration, this data is shown in a console.log (response), just to test , but when...
asked by 09.03.2018 / 21:09
0
answers

enable zend debugger in PHP5.6

I am using XAMPP5.6 to program with PHP and I want to activate the "zend debugger", for this I am following this guide but I can not get it to appear in the list of phpinfo () Has anyone got it and can you explain to me what I'm doing wrong?...
asked by 03.12.2017 / 19:48
0
answers

I can not use my JS scripts in Zend Framework 1.12

To add a script to the site, use the following command: $this->headScript()->appendFile('/js/script.js', 'text/javascript'); And when it comes to testing the site, this appears: <script type="text/javascript" src="/js/script.js"&...
asked by 20.09.2017 / 07:25
1
answer

Doctrine form element + zf3 error message "No object manager was set"

I am using Doctrine to create a DoctrineModule \ Form \ Elemen \ ObjectSelect in my forms. But when calling it from the view it shows me this error: 'No object manager was set' ("No object manager has been established"). I rely on the DoctrineM...
asked by 28.09.2017 / 21:13