Questions tagged as 'zend'

1
answer

Problem uploading files in PHP

Hello, I have a problem uploading files from my system. When placing more than 5 files in the field "multiple input file" only 5 are recorded in the database, ie if I put 18 files only 5 files will be written. The strange thing is that in the...
asked by 15.02.2017 / 13:02
2
answers

How to integrate Facebook login with ZF1 Auth?

I have an application in ZF1 running and with authentication system that uses database query. I would like to know how I can integrate the 2 ways of logging, that is, if the user opts for facebook, have the same accesses and the same information...
asked by 04.02.2014 / 15:21
1
answer

Zend Framework Class Inheritance - Modules with Prefix

I'm developing a PHP project with Zend Framework and I have the following problem: I created a class called BaseController in my module "Admin". I seted the option: resources.frontController.prefixDefaultModule = "true" So the names of...
asked by 21.02.2014 / 15:12
2
answers

ZF: Problem generating PDF (with mPDF) from text (html) created with WYSIWYNG (elrte plugin)

Galera, I'm having trouble generating PDF in text that contains tag <table> . In this case I'm creating a module for generating contracts. The text comes from the database and is created from a WYSIWYNG ( plugin elrte...
asked by 08.04.2014 / 21:50
1
answer

Back button with searched records

I have a button that at the moment is just a button: <button type="button" name="voltar" id="voltar" class="btn btn-default" style="margin-left: 30px">Cancelar</button> $('#voltar').click(function() { alert('voltar');...
asked by 27.02.2015 / 19:55
1
answer

Module with multiple controllers in Zend 2

I'm having trouble creating a module with several controllers in Zend 2. It would be, for example: admin/user/ admin/user/add admin/user/edit admin/user/delete How do I adjust the routes for these URLs?     
asked by 03.04.2015 / 03:20
1
answer

How to check if a transaction was started in Zend

I have a method where a BEGIN TRANSACTION is started in Zend 1.12. As it is used in many places, it has occurred that a method that calls it already starts a BEGIN TRANSACTION , thus generating Exception . I want to check b...
asked by 26.02.2014 / 21:51
1
answer

Convert text to image using Zend Framework

Doubt: Is there another way to convert text to image PNG other than **ImageMagick** ? We are using the Zend Framework. I installed the [Php5-imagick][1] module, but it was a lot of work and I had to update many module...
asked by 25.02.2014 / 13:11
0
answers

Sending ZEND emails

A client wants me to create a form that sends data to a link, from what I've seen, is using zend, I never got to use this framework and I'm kind of bewildered. His message was this: Para realizar a simulação, é necessário chamar o endereço...
asked by 15.08.2018 / 13:23
1
answer

How to pass an SQL expression to an UPDATE by Zend?

My MySQL DBMS has a table called elements where one of the fields is called posicao and is of type int (6) . I need to perform an update (SQL) where the posicao field should be updated with its own value subtracting 1 acco...
asked by 14.03.2014 / 23:20