(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)
Here is a quick tip on enabling code auto-completion on array of objects (i.e. when you fetch array of objects from a database table adapter).Imagine you have a Users model which extends Zend_Db_Table
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)
...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)
... to send messages to Firebug's console. Once installed, make sure to allow Firebug and Firephp for your Zend
Framework application website.
Next, create the following directory structure under libr...
Sunday, 08 February 2009
(General/Frontpage)
...w how it performs in comparison to other sites.
We are the developers of RapidPHP open source development
framework. It has not been released yet, but you can help us release it faster today.
...
Sunday, 13 January 2008
(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