You are here:
  • Narrow screen resolution
  • Wide screen resolution
  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • green color
  • blue color

Search

Search Keyword framework
Total 15 results found. Search for [ framework ] with Google
Results 1 - 15 of 15

1. Getting MIME of remote file with Zend Framework

(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

2. Code autocomplete for array objects (foreach)

(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

3. Little PHPDoc and SVN Integration

(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

4. MySQL Performance Tips

(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

5. Lighten the load for Zend Framework Application - Part I

(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

6. Serving XHTML in Zend Framework App

(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

7. Enable your Zend Framework App with Conditional GET! (Make it green)

(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

8. Database aware Select elements for Zend_Form (or Extending Zend_Form_Element_Multi)

(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

9. Zend_Form double escaping

(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

10. Debugging your ZF application with Firebug

(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

11. Why SmartyCode?

(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

12. RapidPHP

(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

13. Services

(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....

14. Database aware Select elements for Zend_Form (or Extending Zend_Form_Element_Multi)

(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

15. Enable your Zend Framework App with Conditional GET! (Make it green)

(Comments) I was trnslate this article - http://lobach.info/develop/zf/enable-conditional-get-in-zend-framework-app/
Tuesday, 07 April 2009