302 posts tagged zend framework
SubscribeDojo and Zend Framework Partnership Announcement
http://andigutmans.blogspot.com/ 2008/ 05/ dojo-and-zend-framework-partnership.h…-
Dojo + Zend Framework - Wolfram Kriesing
http://computer-internet.marc8.com/ dojo-zend-framework-wolfram-kriesingDojo + Zend Framework - Wolfram Kriesing Planet PHP Wed, 05/21/2008 - 11:00 Yeah, this is really really good news, for both worlds. I was following Zend Framework loosely but from a lot of friends in this scene I have heard that it is the rising star and quasi industry standard of PHP frameworks.
-
Zend Framework Dojo Integration - Matthew Weier O'Phinney
http://computer-internet.marc8.com/ zend-framework-dojo-integration-matthew-weie…I'm pleased to announce that Zend Framework will be partnering with Dojo Toolkit to deliver out-of-the-box Ajax and rich user interfaces for sites developed in Zend Framework. read more
-
A Virtual Host per Project
http://davehall.com.au/ blog/ dave/ 2008/ 05/ 21/ virtual-host-projectA Virtual Host per Project Not long before my old laptop got to the end of it usable lifespan I started playing with the Zend Framework in my spare time. One of the cool things about ZF is that it wants to use friendly URLs, and a dispatcher to handle all the requests.
-
Example Zend Framework Blog Application Tutorial: Part 8: Creating and Editing Blog Entries with a dash of HTMLPurifier
http://blog.astrumfutura.com/ archives/ 365-Example-Zend-Framework-Blog-Applicat…There's nothing quite like having a functioning application emerge out of the controlled chaos we know as The Development Process. In Part 8 of the ongoing saga describing how to build a real world blog application using the Zend Framework we finally reach the point at which we concentrate on blog entries.
-
Tilllate.com Blog: tilllate.com is now all Zend Framework
http://computer-internet.marc8.com/ tilllate-com-blog-tilllate-com-now-all-zend-…Tilllate.com Blog: tilllate.com is now all Zend Framework PHPDeveloper.org Tue, 05/20/2008 - 10:28 The tilllate.com blog has a new post about a milestone in their development process - the removal of two old legacy components with ones from the Zend Framework making it running 100% on the Framework code.
-
ZF: Handling checkboxes using Zend_Form and jQuery
http://www.phpreads.com/ zf-handling-checkboxes-using-zend_form-and-jquery-42.ht…This blog post shows how to create checkboxes with Zend_Form and handle them with jQuery. Author gives commented code snippets for easy implementation for your application. I am sharing this because it took me a while to figure out how to handle checkboxes using jQuery.
-
Twitter, please fix your app! - Andi on Web & IT
http://computer-internet.marc8.com/ twitter-please-fix-your-app-andi-web-itTried to follow the php|tek twitter but as has been quite typical lately the Twitter service continues to be sporadic. read more
-
Zend Framework How To: Handling checkboxes using Zend_Form and jQuery
http://blog.ekini.net/ 2008/ 05/ 20/ zend-framework-how-to-handling-checkboxes-u…I am sharing this because it took me a while to figure out how to handle checkboxes using jQuery. First off, let us create a checkbox using Zend_Form. class forms_CoolForm extends Zend_Form { public function __construct($options = NULL) { parent::__construct($options);
-
ZFBlog: The road to HTML and PDF editions
http://blog.astrumfutura.com/ archives/ 368-ZFBlog-The-road-to-HTML-and-PDF-edit…One of the more popular requests for the Zend Framework Blog Application Tutorial series has been to make the whole series available as HTML and PDF independent of the admittedly limited blog format. Little did you know I was planning for just that . I intend offering the entire series, in an updated form, in a full book format.
-
PHP 10.0 Blog: Benchmarking Zend Framework loader
http://computer-internet.marc8.com/ php-10-0-blog-benchmarking-zend-framework-lo…On the PHP 10.0 blog, Stas does a little benchmarking of a big part of each request to a Zend Framework application - the Loader. read more