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 zend
Total 17 results found. Search for [ zend ] with Google
Results 1 - 17 of 17

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. PHP code check

(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

3. Code autocomplete for array objects (foreach)

(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

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

5. Seven PHP performance rules you should be aware of

(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

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

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

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

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

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

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

12. Debugging your ZF application with Firebug

(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

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

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

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

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

17. Serving XHTML in Zend Framework App

(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