(PHP/Gotchas)
...ends Zend_Db_Table_Abstract, and you assign that every row will be object of class User (which implements your
application logic).
Somewhere in code you will have:
$usersList = $users->fetchAll...
Saturday, 06 February 2010
(PHP/Performance)
...r, and overall MySQL server performance optimization to speed up your webpages, whether it is a Zend Framework
application or any different in PHP. SQL queries refactoring
It is always advisable t...
Thursday, 01 October 2009
(Services/Project Hosting)
...has built its own platform for hosting web development projects. It’s built up on a stack of open source
applications, configured for ultimate development experience. Your team will be provided ...
Saturday, 05 September 2009
(PHP/Performance)
This is one of the series of articles devoted to different aspects of optimizing a web
application powered by Zend Framework, for best performance.
In part 1, we take a look at the server requiremen
Wednesday, 13 May 2009
(PHP/Performance)
...s[1];
if ((float) $xhtml_q >= (float) $html_q) {
$this->_mime = '
application/xhtml+xml';
}
}
} else {
...
Wednesday, 22 April 2009
(PHP/Performance)
In this article I'll show you a simple approach to enable your Zend Framework
application saving lots of precious bandwidth, and thus, making it more end-users friendly, and save on bandwidth costs.
Tuesday, 10 February 2009
(PHP/Debugging)
Debugging your
application using Firebug can be a handy substitute for using Zend_Debug::dump().
In this tutorial we are going to show you, how you can create an action helper for dumping your php va
Sunday, 08 February 2009
(Comments)
... taken the todo's text from W3C specs :) What is means here, is that "if we set response code somewhere in the
application to i.e. 404 or 500, these should not be handled by conditional get". Example ...
Friday, 26 February 2010
(Comments)
...orrect XHTML, there will always be something wrong or badly inserted tag if you use WYSIWYG in your app. With "
application/xhtml+xml" browser will display errors. In addition to this post you should w...
Saturday, 25 April 2009
(Comments)
Thanks. Added Opera to the list. I belive Opera has a long history of support for XHTML but only recent versions indicate prefferance for XHTML over HTML in the Accept header. :) Forgot to enable com
Friday, 24 April 2009
(Comments)
Opera also sends Accept header with
application/xhtml+xml ps. why doesn't your comment form submit when I press enter in the input boxes?
Thursday, 23 April 2009