Questions tagged as 'zend'

1
answer

ZF2 + Doctrine: generate entities returns 'in metadata classes to process'

Good morning. In my project, I'm tending to create entities from the database (php5.4 + zf2 + doctrine). I ran the command below: bin/doctrine-module orm:convert-mapping --filter="Category" --from-database annotation --namespace="Cat...
asked by 21.08.2014 / 15:09
1
answer

How to call a zend method using Jquery?

I have this Jquery function that enables an input for the user to edit a form, when editing and clicking 'Enter' I want to save the change made in the database, without submitting the form. > - My JQuery function $(function () { $(".nr_o...
asked by 11.12.2017 / 19:31
2
answers

PHP Framework with greater similarity with CodeIgniter? [closed]

Which of these frameworks below have the greatest similarity to CodeIgniter, so that I can have the smallest learning curve? Laravel CakePHP Zend
asked by 27.02.2014 / 16:04
1
answer

In ZF2 how to set a value in a Zend \ Form \ Element \ Text in the view?

The Form: $this->add(array( 'name' => 'valor', 'type' => 'Text', 'attributes' => array( 'required' => true, 'class' => 'form-control',...
asked by 29.04.2014 / 15:31