Tagged Questions

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)

88
votes
6answers
29k views

How does Magento code work?

How can the following be accomplish in Magento? Display a "Hello World" message using a controller/view/model approach. So, if I went to http://mysite.com/myController it would show the string ...
44
votes
14answers
1k views

How to convince fellow developers that the in-house framework is no good

Here's the story: I have moved to a new job 3 months ago. The development team consists of 5-6 people, with one lead developer. All of the projects here are "one-man-jobs", there are no tasks ...
31
votes
10answers
24k views

Zend Framework: How do I remove the decorators on a Zend Form Hidden Element?

I'm trying to remove the default decorators on a hidden form element. By default, the hidden element is displayed like this: <dt>Hidden Element Label (if I had set one)</dt> ...
28
votes
14answers
13k views

Zend Form: How do I make it bend to my will?

I've read the manual many times, I've scoured the posts offered by Google on the subject, I have even bought a couple of books that deal with ZF. Now, why am I still confused? I can, using Zend_Form, ...
24
votes
8answers
4k views

Magento Developers: Is Magento really -that- good?

We are looking at Magento as a possible commerce solution, but we are reading more bad than good on the free product. However Magento sells itself as the best thing ever, so I am confused on its ...
23
votes
5answers
889 views

Adding values to a magento dropdown or multi-select product attribute while adding a new product

I'm wondering if anyone has found or written an extension that would allow a magento website administrator the ability to add values to their products attribute while adding the product. For example, ...
23
votes
19answers
19k views

Zend Framework or CakePHP?

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 ...
22
votes
14answers
16k views

Which PHP framework should I choose between ZendFramework and YII?

Which PHP framework should I choose between ZendFramework or YII? Points I need to consider: Performance (assuming an accelerator is used) Documentation stability of framework less to code.
21
votes
3answers
991 views

Is this code insane?

I'm following a tutorial which I think is written by someone who doesn't know what he's doing (already caught 2 obvious mistakes and the rest of code is messy). But I don't want to discredit the guy ...
21
votes
2answers
5k views

Architecture of a PHP app on Amazon EC2

I recently experienced a flood of traffic on a Facebook app I created (mostly for the sake of education, not with any intention of marketing) Needless to say, I did not think about scalability when I ...
21
votes
6answers
13k views

How do I use PHPUnit with Zend Framework?

I would like to know how to write PHPUnit tests with Zend_Test and in general with PHP.
21
votes
20answers
7k views

Can you recommend a good book on zend framework [closed]

Can anyone recommend a good book on zend framework. I got ZF up and running but I want a more complete reference with maybe something that talks about each module more in depth. Is there such a book. ...
20
votes
2answers
510 views

PHP translation frontend similar to Rosetta?

I'm currently migrating a web application from a database-based internationalization approach (each word having an entry in the translation table, and the actual translation) to one based on ...
20
votes
2answers
8k views

How to switch layout files in Zend Framework?

I'm sure it's a simple one-liner, but I can't seem to find it. How can I use a different layout file for a particular action? Update: This worked for me, thanks! // Within controller ...
19
votes
1answer
8k 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, ...
19
votes
1answer
5k views

How can I make email template in Zend Framework?

I want to make email templates in Zend Framework. For example, <html> <body> Dear {$username$}, <br> This is a invitation email sent by your {$friend$}.<br> ...
18
votes
7answers
7k views

Is there a way to do an “INSERT…ON DUPLICATE KEY UDPATE” in Zend Framework?

I would like to use ON DUPLICATE KEY UPDATE in Zend Framework, is this possible? Example INSERT INTO sometable (...) VALUES (...) ON DUPLICATE KEY UPDATE ...
18
votes
12answers
23k 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 ...
17
votes
7answers
5k 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
8answers
12k views

Zend vs Symfony development time

Is it faster to develop using the Zend Framework or Symfony?
17
votes
11answers
22k views

cakephp VS codeigniter VS zend framework [closed]

Very possibly very related: What PHP framework would you choose for a new application and why? Zend or CakePHP? Which one is better? Some people say CakePHP is better for php 4, what do you ...
17
votes
5answers
19k views

Handling input with the Zend Framework (Post,get,etc)

im re-factoring php on zend code and all the code is full of $_GET["this"] and $_POST["that"]. I have always used the more phpish $this->_request->getPost('this') and ...
16
votes
1answer
460 views

Zend_Gdata and OAuth

I successfully retrieved token key / secret after applying Google Hybrid Protocol (OpenID + OAuth). Then I'm looking into Zend documentation here: http://framework.zend.com/manual/en/zend.gdata.html ...
15
votes
1answer
490 views

Zend Framework integration with Behat BDD

Anyone had used Behat with Zend Framework? Any examples on how to use both?
15
votes
6answers
783 views

Commitment to Zend Framework - any arguments against?

I am refurbishing a big CMS that I have been working on for quite a number of years now. The product itself is great, but some components, the Database and translation classes for example, need urgent ...
15
votes
8answers
5k 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 ...
15
votes
7answers
4k views

Where do I start with Zend Framework?

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 ...
15
votes
8answers
4k views

How to get started deploying PHP applications from a subversion repository?

I've heard the phrase "deploying applications" which sounds much better/easier/more reliable than uploading individual changed files to a server, but I don't know where to begin. I have a Zend ...
15
votes
8answers
3k 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 ...
14
votes
4answers
528 views

Is en_UK an illegal locale?

So far I had always used 'en_UK' for British English. Today I got an error when using it with Zend Framework because the locale is not included in the long list of recognized locales. Here's just a ...
13
votes
4answers
1k views

How to set database time zone in application.ini

I have an application in Zend Framework that has to run for a different time zone than the server. Is there an option to set the database server (mysql in this case) time zone in application.ini? My ...
13
votes
6answers
4k 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?
13
votes
4answers
2k 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?
13
votes
1answer
3k views

Zend Framework: What are the differences between init() and preDispatch() functions in controller objects?

I think the order of execution is init(), preDispatch() and then action() is called. Should I initialize my variables, which are common among all actions, in init() or preDispatch()? I've seen ...
13
votes
11answers
1k views

Why is Zend Framework so popular?

I'm not a troll and my goal isn't to start a flame war; neither do I mean to disrespect the authors of the Zend Framework: there is a lot of fine work in it. But... I have a job to get done and I'm ...
13
votes
7answers
487 views

Convincing Coworkers To Use MVC

I'm about to start working on a new project at a somewhat new job, and I've run into a bit of a problem. They're not big fans of MVC. The reason why this bugs me is that they claim they're currently ...
13
votes
2answers
4k views

How to create WHERE IN clause with Zend_Db_Select

So I am trying to accomplish something like this: SELECT * FROM table WHERE status_id IN (1,3,4); using Zend_Db_Select... can't find how to do it :( Is it at all possible?
13
votes
12answers
12k views

Create cronjob with Zend Framework

I am trying to write a cronjob controller, so I can call one website and have all modules cronjob.php executed. Now my problem is how do I do that? Would curl be an option, so I also can count the ...
12
votes
6answers
247 views

How should be my Service method signature?

I'm using a Service Layer, and until now I used a ServiceObject (which implements ArrayAccess, Iterator, Countable) but I'm wondering if it's a good ideas. Would you do: ...
12
votes
3answers
382 views

ZendFramework integration with other frameworks

I want to make this question a guide for those interested in ZendFramework integration with other libraries/frameworks. Searching over StackOverflow doesn't give a broad view on the subject. The ...
12
votes
3answers
435 views

developing a maintainable RPC system

I am working on a web application that will make extensive use of AJAX techniques for client/server communication...JSON-RPC specifically. Zend Framework is being used server-side, and it offers a ...
12
votes
8answers
388 views

A CMS on 2 DIFFERENT frameworks?

I'm not sure if this is possible, but let's say you want to build a CMS, but you're torn between 2 frameworks because each has some features that you like. Is it possible to create the CMS with both ...
12
votes
4answers
3k views

Zend_Session / Zend_Auth randomly throws Error Message ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)

I'm currently working on a new Application using (among other things) Zend_Auth but, for whatever reason, this Error Message is showing up at any location totally randomly (or so it seams) ...
12
votes
5answers
2k views

Are Symfony and CakePHP too slow to be usable?

Until now, I have always said that CakePHP is too bloated and slow. I don't really know that, I just saw "some" benchmarks. What I really want to know, is that if those two frameworks (Symfony and ...
12
votes
2answers
2k views

When should use doctrine ORM and when zend-db-table?

In terms of project scale, doctrine vs zend-db-table speed and performance, when should I use doctrine inside Zend project, and when zend-db-table?
12
votes
5answers
3k views

Zend Framework: Controller Plugins vs Action Helpers

Could someone give few tips and/or examples how Controller Plugins and Action Helpers are different? Are there situations where particular task could be accomplished with one but not another? For me ...
12
votes
8answers
3k views

CMS built on Zend Framework [closed]

Is there a CMS built on Zend Framework? As alternative, are there classes that allow to easier implement a CMS with Zend Framework? If there are any CMSs, can you suggest which one is better, or ...
12
votes
6answers
11k views

How can I access the configuration of a Zend Framework application from a controller?

I have a Zend Framework application based on the quick-start setup. I've gotten the demos working and am now at the point of instantiating a new model class to do some real work. In my controller I ...
12
votes
6answers
10k views

Best way to start using jQuery in a Zend Framework 1.9 application?

I want to get started working with jQuery in my Zend Framework application but not sure which is the best way to get started. I know I could include the jQuery library just like any other javascript ...
12
votes
4answers
13k views

Zend Framework how to set headers

I have a question, how can I do something like this: header("Content-Disposition: inline; filename=result.pdf"); header("Content-type: application/x-pdf"); With Zend Framework, I have tried: ...

1 2 3 4 5 190