zend-framework1.10

What the difference between zend framework and Wordpress as framework ?

i only know wordpress and start to seek another alternative framework, zend. i heard hearsay that zend's better from others framework. if you're "a serous coder", or try to act like one, you need to use it on building your web app. some said zend is better. But it's subjective. It's fast ans secure. But nobody tell me the reason or at ...

jQuery issues when using ajax and .attr('class', 'new_class')

I am using Zend Framework, and to illustrate what is working I added the saveAction() to this post and it works flawlessly. It will animate and change the class as I want. The function upload instead only change the text and ignore the javascript. I can do alerts that works, however jquery is not possible. I get error saying that $ is un...

Where to put custom functions in Zend Framework 1.10

Hi, I have to use custom functions / objects in my web application based on Zend Framework 1.10. Where is the best place to put them ? Thanks in advance ...

Zend Framework 1.10.7 telephone validator

Please See Correct Answer for solution to the requested question. Hi, Recently I have been searching for telephone validation in zend framework which I think is a missing component of their Validator framework. Therefore I created custom telephone validator which I would like to share with you. Put code below in a file accessible by...

Which happens first: init or preDispatch?

I was reading the answer to the question here and the wording was a bit confusing. I shortened the sentences to focus on my question First preDispatch() is called for instances of Zend_Controller_Plugin_Abstract... init() of the Zend_Controller_Action is called next... The controller's preDispatch() method is called here... ...

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 already: the first is that Propel includes its own autoloader, meaning that I didn’t have to try and force Propel into Zend Framew...

[zend 1.10.8] custom router using database items

I am using a custom Router to enable pages like: mytutorialsite.com/category/:categoryname # added to application.ini resources.router.routes.categorynameOnCategory.route = /category/:categoryname resources.router.routes.categorynameOnCategory.defaults.module = default resources.router.routes.categorynameOnCategory.defaults.controller ...