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
5
votes
4answers
18k views
Call to a member function on a non-object
I'm working through Practical Web 2.0 Appications currently and have hit a bit of a roadblock. I'm trying to get PHP, MySQL, Apache, Smarty and the Zend Framework all working correctly so I can begin ...
21
votes
5answers
20k views
Emulate MySQL LIMIT clause in Microsoft SQL Server 2000
When I worked on the Zend Framework's database component, we tried to abstract the functionality of the LIMIT clause supported by MySQL, PostgreSQL, and SQLite. That is, creating a query could be ...
2
votes
2answers
898 views
zend framework deployment in server
I have a server, where I have uploaded my work in zend framework(in a subdomain). the folder name is 'visit'.
So, When I go to: http://mysitename.com/visit, it shows a directory structure:
Parent ...
21
votes
8answers
19k views
Threads in PHP
I am creating a web application using zend, here i create an interface from where user-A can send email to more than one user(s) & it works excellent but it slow the execution time because of ...
29
votes
5answers
13k views
What is difference between mysql,mysqli and pdo?
What is difference between mysql,mysqli and pdo ?
Which one is the best suited to use with PHP-MYSQL?
4
votes
3answers
2k views
PHPExcel class not found in Zend Autoloader
I am struggling with namespaces in Zend Framework (at least I think it's a namespace issue).
I want to integrate PHPExcel into my Zend project. Relevant file structure is as follows:
/
-library
...
47
votes
19answers
33k views
Zend Framework or CakePHP? [closed]
My group is going to attempt to build a new CMS from scratch, designed to serve the needs of our organization. It should be noted that none of us have any formal programming education, but we've ...
26
votes
7answers
19k views
Sending variables to the layout in Zend Framework
In my project I have a number of dynamic elements that are consistently on every page. I have put these in my layout.phtml
My question is: How can I send variables into my layout from my controllers?
...
15
votes
7answers
11k views
How do I use ViewScripts on Zend_Form File Elements?
I am using this ViewScript for my standard form elements:
<div class="field" id="field_<?php echo $this->element->getId(); ?>">
<?php if (0 < ...
34
votes
1answer
16k views
Practical Zend_ACL + Zend_Auth implementation and best practices
Context:
My questions pertain to a forum I'm developing pretty much exactly like SO, where there are:
guests who have access to view threads but can't reply or vote
members who, with enough rep, ...
36
votes
10answers
14k views
Running a Zend Framework action from command line
I would like to run a Zend Framework action to generate some files, from command line. Is this possible and how much change would I need to make to my existing Web project that is using ZF?
Thanks!
17
votes
7answers
24k views
How to make PDO run SET NAMES utf8 each time I connect, In ZendFramework
How to make PDO adapter run SET NAMES utf8 each time I connect, In ZendFramework.
I am using an INI file to save the adapter config data. what entries should I add there?
If it wasn't clear, I am ...
24
votes
7answers
9k views
Where do I start with Zend Framework? [closed]
I have been coding my PHP applications in Notepad. I want to take it a step up and do it professional, and as far as I can tell using the Zend Framework is where to start. I have been reading the ...
6
votes
3answers
2k views
Using ViewScript Decorator on Nested Subforms (Zend Form)
I want to use a view script to render my zend form as it seems to be the best way to
control the layout/design of the form while still using the Zend_Elements classes.
From the view script, I render ...
4
votes
4answers
12k views
Can't return a result set in the given context
When ever I try to call store procedure in mysql that sends back a result set, it keeps saying me that "can't return a result set in the given context".
I've google it and some said it's mysql bug, ...
-1
votes
1answer
968 views
Zend Framework: Model class not found
The following exception is thrown on my server:
Fatal error: Class 'My_Model_Bo_User_Agenda_Doctors' not found in...
Though in localhost everything is working fine.
I checked that everything was ...
9
votes
2answers
8k views
How can I use a stored procedure in a MySql database with Zend Framework?
I'm recently have learned to use Zend Framework. I did a simple CRUD application. But now I want to use a existing database for a more complex application and I want to know how I call a stored ...
7
votes
7answers
16k views
Add some html to Zend Forms
Im looking for a simple bit of code that will let me add the following html into my zend form:
<div id="wmd-button-bar" class="wmd-panel"></div>
Thats it, it needs to be above my ...
6
votes
3answers
4k views
Zend Framework - multiplate navigation blocks
I want to use the navigation helper to build my navigation menus using Acl. The Acl part I have working fine.
I now want to be able to display a few different types of navigation. E.g. admin-nav, ...
9
votes
6answers
5k views
zend-framework versus Kohana versus Symfony
Which one of this frameworks would you recommend to someone who knows the basics of PHP?
What are the advantages and disadvantages?
7
votes
6answers
6k views
How To Remove All DtDdWrappers and Labels on Zend Form Elements
I know I can remove the extra stuff from each element individually like so
$button ->removeDecorator('DtDdWrapper')
->removeDecorator('HtmlTag')
->removeDecorator('Label');
I ...
8
votes
4answers
3k views
How to Zend Framework with Propel ORM
I'd like to integrate Propel with Zend framework. I've seen the integration of doctrine in the past but this post says it seems propel is done a bit differently.
Propel has two things going for it ...
7
votes
3answers
6k views
How do I extend the Zend Navigation Menu View Helper?
I need to change the output of Zend_View_Helper_Navigation_Menu. I've found the two functions that I'll need to modify, and I know how to make the changes I need. What I don't know is how to make ...
2
votes
3answers
2k views
Zend Framework Custom Forms with viewScript
I am having some problems working out how to use custom forms in Zend Framework.
I have followed various guides but none seem to work. Nothing at all gets rendered.
Here is the bits of code that I ...
3
votes
2answers
739 views
Simple rewrites in Zend Framework
This seems like a very simple question, but I've only found complicated answers. I've got a Zend Framework application that requires users to login. The loginAction() and logoutAction() are defined in ...
19
votes
10answers
6k views
Zend Framework forms, decorators and validation: should I go back to plain HTML?
I am currently working on a pretty large application which contains a lot of forms.
Up to this moment, I have always been writing my forms by hand and writing my own validation logic, but I have ...
17
votes
5answers
11k views
Modeling objects with multiple table relationships in Zend Framework
I'm toying with Zend Framework and trying to use the "QuickStart" guide against a website I'm making just to see how the process would work. Forgive me if this answer is obvious, hopefully someone ...
13
votes
3answers
24k views
How to log out users using Facebook Connect in PHP and Zend?
I am trying to build a Connect app using PHP and the Zend Framework.
I also have a Zend_Auth based user authentication system.
Now, I am able to log in using Facebook but log out is not working.
I ...
5
votes
2answers
15k views
Getting Zend_Navigation menu to work with jQuery's Fisheye
I'm using Zend_Navigation (sweet addition to the framework, btw) to build my menu, after which it should be rendered in the page (self-evidently). I first set the container somewhere in the ...
10
votes
7answers
3k views
avoiding MySQL injections with the Zend_Db class
I currently use Zend_Db to manage my queries.
I've written already code that preforms queries like the one below:
$handle->select()->from('user_id')
->where('first_name=?', $id)
...
7
votes
6answers
5k views
Using Zend Framework for highload projects
Zend Framework is a good framework but not very fast.
Can you tell whether it's worth using Zend Framework for highload projects, for example, for email marketing service that can inlude about ten or ...
15
votes
2answers
4k views
Grouping WHERE clauses with Zend_Db_Table_Abstract
Does anyone know of a way to group where clauses with Zend_Db? Basically I have this query
$sql = $table->select()
->where('company_id = ?', $company_id)
->where('client_email = ?', ...
8
votes
4answers
7k views
Is there a way to make FPDF/FPDI or Zend_Pdf support the parsing of PDFs greater than 1.4?
I am trying to add an existing PDF (created otherwise) to a PDF created with FPDF using FPDI. It seems to work find for most PDFs, but I get the following error:
FPDF error: Unable to find xref ...
4
votes
2answers
1k views
Zend_Db without Zend Framework
I want using Zend_Db without Zend_Framework. I want incorporate Zend_Db for my existing website that was not made using Zend Framework. Is it possible to use Zend_Db like this? Can you recommend good ...
13
votes
2answers
9k views
Zend_Form - Array based elements?
Using Zend_Form, how would I create form elements like this:
<input type="text" name="element[1]" value="" />
<input type="text" name="element[2]" value="" />
// etc...
10
votes
6answers
6k views
Can I use Facebook's hiphop with frameworks like Zend Framework, cakephp, symfony
Yesterday Facebook launched HipHop, a sourcecode-converter from php to c++. The set of php functions and constructions is more limited than in standard php.
Are the current popular php frameworks ...
6
votes
3answers
1k views
Any Good Reference Zend Framework Based Applications for Beginners? [closed]
Iam coding my first Zend Framework application. Iam looking for some good applications for beginners to learn the framework and its intricacies.
I went through the quick start guestbook application ...
1
vote
3answers
3k views
Zend Framework for Absolute Beginners?
Can you recommend any book or other resources for learning Zend Framework for absolute beginngers with moderate PHP skills.
Thanks.
3
votes
4answers
21k views
Zend Mail Gmail SMTP
Hi I'm trying to send some emails via gmail from the Zend_Mail module.
This is my code:
$config = array(
'ssl' => 'tls',
'port' => 587,
'auth' => 'login',
'username' => ...
12
votes
3answers
13k views
Display Zend_Form_Element_Radio on one line
The radio buttons in Zend Framework are displayed in a column (one option per line). How can I remove the br tag from the markup so that all radio options stay in one line?
My decorators are:
...
5
votes
3answers
4k views
Force SSL/HTTPS with Zend Framework and mod_rewrite
I have a Zend Framework application that I want to force into HTTPS using mod_rewrite. I am pretty lost when it comes to mod_rewrite. Here is my current .htaccess file in the root of my application.
...
2
votes
2answers
3k views
How to add custom view helpers to Zend Framework 2
I have earlier asked this question, and I got good answers there.
However, that was for beta4, and no longer works.
So where and how do I add my own view helpers to ZF2?
1
vote
1answer
425 views
How to print a group display individually from its content?
I'm using Zend Framework and Zend_Form to render my form. But as I found it hard to customize it, I decided to print elements individually.
Problem is, I don't know how to print individual elements ...
30
votes
12answers
34k views
Models in the Zend Framework
What are some of the ways you have implemented models in the Zend Framework?
I have seen the basic class User extends Zend_Db_Table_Abstract and then putting calls to that in your controllers:
$foo ...
26
votes
2answers
17k views
Need guidance to start with Zend ACL
I am currently working on a site that requires ACL and as I am using Zend, it makes sense for me to make use of their ACL class but I have little to zero idea of how to do this. I have read the docs ...
16
votes
7answers
4k views
How do I implement Direct Identity based OpenID authentication with Zend OpenID
I'm using the Zend framework and the openid selector from http://code.google.com/p/openid-selector/ - however I find I can't login using sites like Google and Yahoo as they use direct identity based ...
25
votes
6answers
12k views
What is the difference between redirect and forward in Zend framework
What is the difference between redirect and forward in Zend framework?
when we should use redircet and when should we use forward?
19
votes
7answers
15k views
How to print exact sql query in zend framework ?
I have the following piece of code which i taken from model,
...
$select = $this->_db->select()
->from($this->_name)
...
12
votes
10answers
13k views
Zend Framework on shared hosting
I'm new to Zend Framework. I would like to know how to implement zend framework on a shared hosting. Because of the zend framework folder structure
all view files are put into the "public" folder.
...
8
votes
7answers
2k views
Examples of Zend_Framework based apps [closed]
Do you know any open source applications based on Zend Framework, good for reference purposes?
Here are some I know:
ZFPlanet
Pastebin
Postr
Magento
Digitalus CMS
Storefront
joobsbox
Did I missed ...

