Questions tagged as 'zend'

2
answers

About creating variables

I use ZEND 2 and I'm in the controller. There I created an action to print a field (description) of a table (received). The issue is that when I connect the controller with the view nothing appears on the site. From what I've realized I have to...
asked by 29.05.2014 / 17:13
1
answer

Zend Session Expires Fast

I'm having problems with the Zend session because it expires very fast, I've tried everything! I use a base controller, where all others extend it in the init () method of the base controller I have already put: Zend_Session::rememberMe(864...
asked by 04.02.2014 / 18:51
0
answers

How to do a beginTransaction in the Zend framework?

public function alterar($objDadosSindicato) { $this->conexao->beginTransaction(); try { $alterouSindicato = $this->repositorioDadosSindicato->alterar($objDadosSindicato);...
asked by 10.12.2018 / 21:10
0
answers

Access folder on site made in Zend

There is a site where I need to do maintenance that was done in zend, I need to install a system in a folder in the following folder site.com.br/ ombudsman , but when I access this folder through the browser , a lot of error appears on the scre...
asked by 03.11.2018 / 18:31
0
answers

How to pass a parameter before the controller in the zend framework?

I'm using zend framework 1.11, I need to create a language system, I have the code: $rotaNoticiaExibirT = new Zend_Controller_Router_Route( ':en/noticias/:nome_sistema/', array( 'controller' => 'noticias', 'a...
asked by 22.09.2018 / 21:35
0
answers

zendframework 1 How do I call a bank procedure?

zendframework 1 How do I call a bank procedure? $proc = "CALL add_soma(:valor)"; $stmt = $this->_db->prepare($proc); $stmt->bindParam(':valor', $valor, PDO::PARAM_INT); $stmt->execute(); $data = $stmt->fetch...
asked by 28.06.2018 / 17:33
0
answers

Problem making API requests

I'm trying to order an API: EGOI but I get an error. The request is as follows: link Do you know how to pass parameters to ZEND? I get the following error: <?xml version="1.0" encoding="UTF-8"?> <Egoi_Api generator="zend...
asked by 01.06.2018 / 11:08
1
answer

ZF2 EmailAdress Validator accepting ç

Hello, I'm doing email validation on a ZF2 system using Zend \ Validator \ EmailAdress and passing an email as teste@çço.com is considered valid, when in fact this is not valid. Does anyone know how to proceed? Piece of code: $emai...
asked by 03.04.2018 / 22:16
0
answers

Problem in Zend building

I am having trouble building the factory in Zend Framework 3, it is displaying the following error. Message: Unable to resolve service "Users\AdapterInterface" to a factory; are you certain you provided it during configuration? UsersCont...
asked by 08.03.2018 / 16:33
1
answer

Blank screen in GLPI's Super-Admin profile

I have here in my environment version 9.2.1 of ITSM called GLPI, it was working normally until this morning when I opened it and changed it to the Super-Admin profile the web page screen was all but blank with the header , I went into debug mode...
asked by 26.02.2018 / 12:14