Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.
learn more… | top users | synonyms (2) | zend framework jobs
0
votes
1answer
16 views
User scope with Zend Framework
I'm switching a Zend Framework application from mono-user to multi-user.
What is the best approach to include the user scope in the controllers ?
One way would be to add the user id in each methods ...
0
votes
0answers
10 views
How to launch zend application project on pagodabox.com
> I have created one zend application .
> I have also created its repository on github.
> I havr gone through **pagodabox.com** and read articles.
> but still i don't no how ...
-1
votes
0answers
9 views
How configure Zend Framework 2.2.0 on WAMP windowXP [closed]
Try to configure Zend Framework 2.2.0 on WAMP in Window XP. I download the Zend Framework 2.2.0 and set Path for Enviorment varibale "Path= C:\wamp\bin\php\zend_framework\bin"
and PHP.ini ...
1
vote
1answer
25 views
Why can't I echo a simple Zend form?
I've set up a simple form in my controller:
$form = new Zend_Form;
$form->addElement(new Zend_Form_Element_Text('name'));
$this->view->form = $form;
However when I go to echo it in my ...
0
votes
1answer
11 views
Zend - Couldnt load Zend/Application.php (failed to open stream)?
I have a structure as below (I'm using Zend 1.9.6):
http://farm3.static.flickr.com/2605/4112306785_fc80d39833_o.gif
(I'm really sorry. I'm not enough reputation.)
When I run program, I get an ...
0
votes
0answers
16 views
ZF 1: How to set up Zend_Mail Transport into code
I was wondering if there anyway to move this configuration from the INI into de bootstrap.php in a way it would be the default globally. If so, how should I do it? I'm with zend 1.11.
thanks in ...
0
votes
1answer
25 views
Zend start basic web site
im newbe to Zend Framework, i wanted to make 1 website using ZF tutorial but can't make it to work, i got error T_STRING in /library/Zend/Mvc/Application.php on line 10.
code in 10 is as follow:
...
1
vote
1answer
20 views
How to implement default selected value from database while search in Zend Form Select
I have a list box in which all the name of the companies are displayed. When I click on search button it displays the result. But my selected search values are not displayed in the list box. It ...
0
votes
0answers
7 views
Zend debugger php5.4 - remote debugging
I cannot seem to make a connection to remote debug server I keep seeing this in the log but no joy.
I see it is permission denied but do not understand for what?
failed to connect to ZDD on ...
0
votes
1answer
41 views
Automatic convention-based routing within a module in Zend Framework 2--possible?
I'm trying to understand all the configuration necessary to get my routing working in Zend Framework 2, and I can't help but wonder if I am making this more complicated than necessary.
I am working ...
0
votes
1answer
24 views
Zend php can not use rowCount for affected row [duplicate]
I update row in DB and check for affected row but its not working with rowCount() and also mysql_affected_rows.
This is my code
$result = $this->_db_table->update(array('password' => ...
0
votes
0answers
9 views
Zend Framework2 using Zfcuser & Bjyauthorize routing
I'm a beginer zend framework programmer. I did use ZfcUser for authentification and Bjyauthorize for authorization. I have to type of users : normal users and administrator . So what i want to do is ...
1
vote
0answers
21 views
Smarty not changing until Apache server restart
I have Smarty integrated into Zend and it's using Zend Cache with Smarty saving cache into separate folder.
When I make changes to the smarty or PHP codes with Zend, it seems the only way to see ...
0
votes
0answers
23 views
jQuery ajax request using datatype jsonp still yields a 403 forbidden error
I am spinning around this problem for a while and have looked up solutions online, following them hasn't really solved the problem. The context is a login page, where I must validate a user upon the ...
0
votes
0answers
12 views
Zend GData Youtube API Analytics
Is there a implementation of the YouTube Analytics API https://developers.google.com/youtube/analytics/ for Zend GData? Or can anyone suggest how to implement it?
0
votes
0answers
13 views
Zend encrypt decrypt different actions
how to encode value from one action and pass the encoded value through anchor(href) tag to decode same value to another action by using Zend_Filter_Encrypt() & Zend_Filter_Decrypt() both can be ...
1
vote
1answer
35 views
Zend Framwork crashed when newrelic was enabled
I created a new ZF1 application (1.12.0) with zf tool like this:
zf create project test
I then enabled the layout as follow:
zf enable layout
And when I enabled newrelic I got this error:
PHP ...
0
votes
0answers
12 views
upload image to amazon s3 by zend framework 1
i want upload my image to amazon s3 in zend framework with my code:
require_once('Zend/Service/Amazon/S3.php');
$awsKey = 'AKIAJTJVJ7C4AVCOV26Q';
$awsSecretKey = ...
0
votes
1answer
14 views
Zend Framework Cache creates new file and doesnt load it
i'm having a little problem with Zend Framework Full Page Cache.
My current Bootstrap configuration looks like this:
$dir = PUBLIC_PATH . "/tmp/";
$frontendOptions = array(
...
1
vote
2answers
36 views
Zend search integration in native PHP project
I would like to integrate zend search into a native PHP project. I am getting all kinds of include errors.
I have done some research and it seems that there are a lot old articles about it written ...
0
votes
1answer
28 views
access contoller action variables to zf2 layout
I have created two layouts: one for the login page and another for the rest of the site. After login I want to pass variables from login controller to zf2 layout, but not able to access.
How can i ...
0
votes
0answers
28 views
Zend_Form validate crashing PHP
Running PHP 5.4.15 / ZF 1.12.3 (upgraded from 5.4.12 or 13 I believe). Running nginx w/ php-fpm, also tested with Apache. NOTE: This appears to be related to APC. I would highly prefer APC, and cannot ...
1
vote
1answer
19 views
how to implement concatenate mysql queries in zend framework Model
Hi i am new in zend framework.
I want to know that it is possible to use concatinate queries in zend model.
example like this we do in core php
$abc ="SELECT * FROM emp"
if ($_post ['a'] != '')
...
0
votes
1answer
14 views
How to log SQL query in Zend on Zend_Db_Statement_Exception
When an application error occures on my site and it is connected with malformed SQL query, I'd like to know the query to solve the problem. But it's not easy, when such an error occurs, information is ...
2
votes
1answer
32 views
Zend 1.11 automatically applies htmleneities filter on submit button
we render a German encoded string übermitteln from a file.
Problem:
zend form does not consider ü as a character and displays the same value on my submit button.
Quick fix we got:
...
0
votes
1answer
25 views
How can i write Routes dynamically to routes.ini file?
I need to Add Routes to my routes.ini file dynamically.Below is my code.
$appConfigPath = APPLICATION_PATH . '/configs/routes.ini';
$appConfig = new Zend_Config_Ini($appConfigPath, null, ...
-1
votes
0answers
43 views
Allowed memory size of 1073741824 bytes exhausted (tried to allocate 560230 bytes)
I developed an PHP application and want to encode its source code with Zend Guard.
I am using Zend Guard 6.0.0 and made a project into it. When I run the encoding process I am getting an error that ...
0
votes
1answer
17 views
Zend for picture uploads needing to resize images
So, I am using Zend to handle my image uploads. This script works well, but I was wondering if there is a way to resize the image that is being uploaded no matter what the current size is. I've seen 2 ...
2
votes
1answer
21 views
how to implement subquery in zend framework model
Hi I am new to zend framework
This is my sql query
select * from cwi_company where manage=1 and deleteOption='0' and passwordStatus=1 and organizationuserid in (SELECT userId FROM cwi_passtable ...
1
vote
1answer
19 views
select particular column in zend frmaework model
I am new in zend framework Below is my sql query in zend model
$row = $select_company_table->fetchAll($select_company_table->select()->where('manage=1 and deleteOption=0')->order('id ...
0
votes
1answer
16 views
how to add decoratives in select box in zend framework Form
I am new to zend I want to add decoratives,size in my select box
example like this
'required' => true,
'filters' => array('StringTrim'),
'style' => array('width:103px'),
'multiOptions' => ...
-1
votes
1answer
35 views
action helper vs common class [closed]
I will create related content function,
This will get related content to each page on left side bar and requested after loading page, and I am confused ; should I write this function on action helper ...
0
votes
1answer
31 views
populate id from database in select box option value in zend framework
hi I am new in zend framework Basically I want to populate company name list from the database. Actually I have doen it but i want to also populate its id in option box
example
select
option ...
0
votes
1answer
25 views
Fetch image path from mysql and show image on web page
<select id="availableFruits" name="availableFruits" multiple size=7 style="width:auto;float:left;" >
<?php $fruitList=$this->fruitList;
foreach ($fruitList ...
0
votes
0answers
17 views
zend framework mvc app in subdirectory
I have a zend mvc application that is finished, however, I cannot get it to work from a subdirectory on my server.
I am running nginx as my web server. I have the following in my configuration:
...
0
votes
1answer
31 views
set timeout for session using zend
How do you renew a session everytime a user requests a page?I am using the code below but does not seem to be working.
$zend_authNS = new Zend_Session_Namespace('Zend_Auth');
...
0
votes
0answers
15 views
Zend_Mail_Transport_Smtp for Zoho mail
I have been trying to use Zoho mail to send emails. I have found a lot of examples on how to do this with Gmail, but not Zoho. Gmail works fine with this same code (different port and server, or ...
1
vote
3answers
49 views
How to access an ZF2 application without “public” in URL
I completed my project on ZF2, then uploaded it on shared hosting. I would like a folder for the zend app with all the files inside, and then in the document root I would like the files from the ...
1
vote
0answers
17 views
PHPSpec loads file but not directory
This commands works (specify file):
./vendor/bin/phpspec.php Spec/Model/Entity/DescribeCustomer.php -f d -c --bootstrap module/Application/tests/Bootstrap.php
But using the directory does not:
...
1
vote
0answers
22 views
apc_fetch PHP 5.3 with Zend Server
I encountered a problem when I wanted to show a process bar in a file upload.
My php version is 5.3.14. My zend server version is 5.6.
I turned off the Zend Data Cache & Zend Optimizer+.
Here is ...
0
votes
0answers
52 views
Best PHP Framework with user interfaces [closed]
I am starting a back office user system that allow users to add content to a database. This project is no CMS based on website. I develop a andorid application and I need a back office to add and edit ...
0
votes
0answers
14 views
Zend Guard Run-time support missing on Zend Server
Thank you first upon for reading this post.
I am trying to deploy an PHP application on Zend server with encoding the PHP source code. For that purpose I am using Zend Guard, Zend Studio and Zend ...
0
votes
1answer
17 views
Zend DB Union Error
I have two query:
$select1 = $this->select()
->from(array('o'=>'table1'), array('*', 'o.field2 AS shared'))
->where('field4= ?', $input);
$select2 = $this->select()
...
0
votes
1answer
38 views
Access action-helper inside front-controller plugin
I am trying to call a view of helper from a plug in(registered in bootstrap). From any controller i am able to access without any issue but not from a plugin. Below is my code. Any help is ...
-1
votes
2answers
33 views
hide element after deleting with jquery [closed]
i'm new to jquery envirenment and i'm trying to hide an element after deleting it, there is a sinppet of my html code :
<tr <?php echo "class='m<?=$id?>' " ?> >
...
0
votes
1answer
20 views
Using Ajax_Jquery to perform a delete action in Zend
I'm new to Ajax/Jquey.
I want to delete a row (email) in the database (emails table) when user press a link in my view. there is my view example
<a href="delete/id/<?= $email['id'] ?>" ...
0
votes
2answers
25 views
zend framework 2 : bootstrap file outside webroot
I'm creating a zend framework 2 website and i want to create a few standalone php files (that use some of the Model objects) so i can put them in a cronjob. I also want to place them outside the ...
0
votes
0answers
50 views
Apache or PHP rewriting my URL to IP Address
I have a PHP/HTML5 app that requires an application.ini file parse the URL to determine a usage path. The DNS is configured correct, but when I attempt to hit the page I see that the domain name is ...
1
vote
1answer
21 views
Zend framework URL internationalization & routing
I would like to have internationalized urls for a better user experience (All in intranets, so no SEO to worry about).
So basically i would like URLS like this (in this example, english, dutch and ...
0
votes
1answer
43 views
ZF2 Event Trigger
I'm having an issue getting an event to trigger. Here is my code...
controller.php
function get($id)
{
$this->getEventManager()->trigger('hmac.check');
}
When this trigger is ran it ...


