Tagged Questions

Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the new BSD license. It is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase with a main focus on building more ...

learn more… | top users | synonyms (2) | zend framework jobs

101
votes
7answers
34k views

How to create a simple 'Hello World' module in Magento?

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

Which PHP Framework is Right for the Following Project?

I have a fully working PHP web project in a procedural way, but its not up to scratch at all. I will be rewriting the web application (50+ scripts), and I want to do this quickly and properly. About ...
14
votes
7answers
15k 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 ...
17
votes
4answers
2k views

MVC in PHP - fat model or fat controller? [closed]

From my understanding there are two ways this pattern is applied. The main difference is the the amount of business logic you write in the model or controller. Type 1 is a fat controller like in ...
18
votes
11answers
26k 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 ...
6
votes
2answers
688 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 ...
22
votes
1answer
10k 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, ...
20
votes
7answers
5k 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 ...
9
votes
6answers
7k 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 < ...
12
votes
5answers
9k 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? ...
4
votes
7answers
2k 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
12answers
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 ...
5
votes
6answers
4k 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?
0
votes
2answers
6k views

Calendar using Javascript/ PHP/ mySQL

for a current webapp i need a "outlook-like" calendar... Here are some requirements for the calendar: week-view for the appointments different appointment types direct display of the length and time ...
-3
votes
3answers
907 views

create upload progress bar using zend and jquery

i have to create upload center site like speedyshare.com with zend but i don't have any idea how to create progress bar to show upload progress . any idea or a tutorial to doing this ?
23
votes
12answers
27k 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 ...
11
votes
3answers
19k 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 ...
26
votes
20answers
9k 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. ...
31
votes
19answers
22k 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 ...
4
votes
2answers
9k 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 ...
4
votes
5answers
2k views

Zend Framework and Wordpress Integration

We have an existing Zend Framework site hosted at ourdomain.com and a wordpress blog at blog.ourdomain.com We want to migrate the blog into the site at ourdomain.com/blog - but I seemed to have ...
7
votes
1answer
3k views

How To Properly Create Domain using Zend Framework?

I asked this question a while back but now I'm looking to implement an actual separation between my database access layer and the domain layer. I am also going to be working to move business logic ...
5
votes
6answers
2k 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 ...
4
votes
1answer
887 views

PHP / Zend Framework: Which object would handle a complex table join?

I think one of the more difficult concepts to understand in the Zend Framework is how the Table Data Gateway pattern is supposed to handle multi-table joins. Most of the suggestions I've seen claim ...
11
votes
7answers
6k 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 ...
3
votes
4answers
706 views

Optimising the Zend Framework

I'm trying to get as much performance as I can out of my application, which uses the Zend Framework. I'm considering using the Zend Server, with APC enabled. However, I need to know a few things ...
9
votes
4answers
8k views

How to add a view helper directory (zend framework)

I begin with ZF (1.9.7), and I want to use View Helpers from a library shared between all my projects. But I can't find how to add it directory to the helpers path. My herpers works fines when I put ...
3
votes
3answers
444 views

How to code one jquery function for all AJAX links

I am using zend framework on windows. I want to implement ajax in my project first time. I searched for help and created a very simple ajax functionality. IndexController.php public function ...
2
votes
2answers
499 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 ...
1
vote
2answers
240 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 ...
0
votes
1answer
518 views

Fatal error: Call to a member function toOptionArray() on a non-object

I am developing a payment method module in Magento. When I click payment methods menu in Configuration of Magento I get the below error Fatal error: Call to a member function toOptionArray() on a ...
0
votes
0answers
180 views

How to get datetime in words like “today”, “yesterday” or “25 minutes ago”? [closed]

Possible Duplicate: How do I calculate relative time? How to display “12 minutes ago” etc in a PHP webpage? I have date formats like this: 2011-09-10 12:00:00 2011-09-12 ...
0
votes
6answers
357 views

Which PHP Framework better suits my need? [closed]

It's been almost 2 years when i started learning PHP, i Invested most of my time learning basics about programming to advance programming using OOP. however i am not thorough with PHP as i am still ...
-1
votes
1answer
144 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 ...
16
votes
8answers
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 ...
19
votes
7answers
7k 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!
27
votes
15answers
18k 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.
13
votes
7answers
9k views

Zend Framework 1.11 with Doctrine 2 Integration

Could someone explain in detail how to integrate Doctrine 2 and Zend Framework 1.11?
6
votes
1answer
5k 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 ...
10
votes
7answers
12k 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 ...
23
votes
2answers
652 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 ...
8
votes
1answer
1k views

Domain-driven design with Zend

This question is a continuation of my previous question here http://stackoverflow.com/questions/2122850/zend-models-architecture (big thanks to Bill Karwin). I've made some reading including this ...
5
votes
7answers
8k 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 ...
5
votes
1answer
4k views

How do I write Routing Chains for a Subdomain in Zend Framework in a routing INI file?

I am trying to create a subdomain using the Zend Router, and then for each section under a subdomain, such as subdomain.site.com/section/ I am creating another route and then trying to chain it to the ...
5
votes
4answers
7k views

Zend_Form: how to check 2 fields are identical

I have created a form to add a user to a database and make user available for login. Now I have two password fields (the second is for validation of the first). How can I add a validator for this ...
6
votes
10answers
3k views

Should I use a PHP Framework? If so, which one?

Ive been researching into PHP frameworks. I am trying to understand the utility of these frameworks. For e.g. does facebook use a framework? I guess not. Also, say I am developing a product which I ...
3
votes
6answers
997 views

how to get dynamic URL like mydomain.com/username using zend framework

I am developing an application using zend framework. In the application I have to provide a URL for each user like mydomain.com/[username] then public will be able to view his profile. [username] is ...
8
votes
4answers
2k 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 ...
9
votes
2answers
6k 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...
2
votes
3answers
428 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 ...

1 2 3 4 5 41