Questions tagged as 'zend'

1
answer

Problem in the Return of JsonModel

I'm developing an App using Zend Framework 2 and Angular.js. I have an API Rest module and I also use a standard module returning JsonModel from more specific things (the problem lives there). In my module.config.php, I set up my view_mana...
asked by 13.07.2015 / 13:24
0
answers

Apache configuration issues

I'm trying to deploy a project that is using Zend. This project is in a subfolder of the site (site.com/projects/project-name). The site is in a VPS, to which I have root access. The server is Apache 2.4.7. I configured a VirtualHost for the pro...
asked by 26.02.2015 / 16:25
0
answers

Error trying to generate PHPlot chart in Zend framework

I'm trying to use the phplot to plot a graph inside an application made in Zend framework, but it results in an error. It's easy to plot with phplot, I'm using the following code: // view helper que desenha o grafico // a helper ja ta configur...
asked by 14.04.2015 / 02:19
2
answers

return query as zend string

I have the following code where I need to save $ error_itens the complete query with the parameters to analyze what is happening, my question is, how do I show this query? $sql = new Sql($this->adapter); $query = $sql->in...
asked by 16.06.2016 / 05:59
2
answers

Zend Pagination does not display values on the next page

Good afternoon. I am using (trying) Zend Pagination (ZF 1) but it is not displaying the rest of the result on the next page. I have the following method: public function pesquisadocumentosAction() { if(!empty($_POST)) {...
asked by 06.01.2015 / 19:17
2
answers

How to install ZFTool (windows, linux) [closed]

How to install zftool on windows and linux?     
asked by 07.03.2014 / 21:49
1
answer

Submit a post with reload of just one div

I have a form that I want to pass via POST, but without reloading the entire page, after submitting the information, I wanted a div to reload its content, I have the following code: <script> $(function() { $("...
asked by 30.11.2017 / 19:05
1
answer

Send Zend Framework project to web server

When I download the Zend Framework, I put it inside a folder in "C:/" . I configured the environment variables pointing to folder bin and folder library set in php.ini . Using Zend Tools I created the project inside the...
asked by 03.09.2014 / 21:31
1
answer

Error starting project with zend Framework

I followed the step by step tutorial of zend but it is not working when I try to initialize the project by netbeans.Sou new, I just started training people who can please help.     
asked by 08.06.2016 / 02:49
1
answer

Doctrine Insert in many-to-Many unidirectional relation

I have the following situation: In my Location entity: /** * @ORM\ManyToMany(targetEntity="Contato") * @ORM\JoinTable(name="contato_localidade", * joinColumns={@ORM\JoinColumn(name="localidade_id", referencedColumnName="identificad...
asked by 17.03.2015 / 15:14