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

1. Getting MIME of remote file with Zend Framework

(ZF/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

(ZF/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...
Saturday, 13 March 2010

3. Code autocomplete for array objects (foreach)

(ZF/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

(ZF/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

(ZF/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

(ZF/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

(ZF/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...
Thursday, 14 May 2009

8. Serving XHTML in Zend Framework App

(ZF/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)

(ZF/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)

(ZF/Extending) 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

(ZF/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

(ZF/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) RapidPHP is a companion library for Zend Framework. It is under active development and will feature a number of unique components that ease development of your projects

14. Zend Framework

(Section Blog) Our contributions to Zend Framework community. We use Zend Framework alot in our every day projects. Read on for some helpful tips and optimization practices for the best PHP development framework of

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

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

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

(Comments) ... for your tip. I'm new to ZF and I am in need of good tips and tutorials. I started four weeks ago with Zend Framework 1.7.* and two weeks a go I upgraded to 1.8.0 (now I alreay use 1.8.). I had to mo...
Wednesday, 20 May 2009

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

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