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...
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...
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...
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...
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)) {...
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()
{
$("...
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...
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.
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...