(PHP/RapidPHP)
If you ever need to get content type of remote file from within PHP, this class will come in handy.
Supposing you need to check external link if it is an mp3 file. You will be able to do this:
$sn
Friday, 09 April 2010
(PHP/Gotchas)
... files (single or zipped package), prettier output and detailed explanation of errors. This will target
Zend coding standards, however other standards might be provided later. Happy testing, and pleas...
Friday, 12 March 2010
(PHP/Gotchas)
... you fetch array of objects from a database table adapter).Imagine you have a Users model which extends
Zend_Db_Table_Abstract, and you assign that every row will be object of class User (which implem...
Saturday, 06 February 2010
(PHP/Gotchas)
Ever looked through the
Zend Framework code and saw header comments like this? <?php
/**
* @version $Id: Exception.php 16200 2009-06-21 18:50:06Z thomas $
**/
Here is a quick tip on how th
Thursday, 05 November 2009
(PHP/Performance)
...of PHP 6 and produces great performance results. eAccelerator on the other hand, can work together with
Zend Optimizer on a single PHP installation. Which APC, afaik cannot. Optimize your co...
Wednesday, 21 October 2009
(PHP/Performance)
...un faster, 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 adv...
Thursday, 01 October 2009
(PHP/Performance)
...s 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 requirements for...
Wednesday, 13 May 2009
(PHP/Performance)
... plugin's code mostly takes concepts from the excellent article by Keystone Websites, but implements in
Zend Framework environment in an object-oriented way :)
getRequest()->getServer('HTTP_ACCE...
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/RapidPHP)
In this article, you will know how you can extend select form element that comes with
Zend Framework, to be easily filled with data from your database table.
We want to be able to easily fill select
Monday, 09 February 2009
(PHP/Gotchas)
Sometimes you might notice that with
Zend Form you have quotes double escaped. This is because
Zend_Form escapes your input, and so does a php binary.
You really want to disable it in this case. Head
Monday, 09 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
(Category Blog)
In this category we should you how easily you can extend
Zend Framework with your own classes and functions
RapidPHP is a companion library for
Zend Framework. It is under active development and wi
(Section Blog)
... provides services for website development and optimization. We have created a number of websites using
Zend Framework PHP library as well as optimized existing websites....
(Comments)
Hello Christine, You might have already found the solution by this time :) I think you need to use setValue method for pre-selecting value, i.e. $form->getElement('someDbSelect')->setValue('yourvalue'
Tuesday, 02 June 2009
(Comments)
I was trnslate this article - http://lobach.info/develop/zf/enable-conditional-get-in-
zend-framework-app/
Tuesday, 07 April 2009
(Comments)
If I use MSIE 6 or 7 I become a notice: Notice: Undefined property:
Zend_Controller_Response_Http::$getBody in /var/www/htdocs/immogo/library/Smartycode/Controller/Plugin/XhtmlServe.php on line 61
Thursday, 23 April 2009