News Feed
Jobs Feed
Sections




News Archive
PHPRiot.com:
Zend Framework 101 Zend_Loader
March 12, 2009 @ 08:44:13

PHPRiot has started up a new series looking to introduce you to the Zend Framework one piece at a time. In this first article n the series Quentin Zervaas looks at one of the first components any Zend Framework-based application hits - Zend_Loader.

In this article I will introduce you to Zend_Loader, a Zend Framework class used to automatically load other classes. Typically you would use include_once() or require_once() when you want to load a class but using Zend_Loader you don't have to.

He talks some about how it works, how to enable an disable it and how you can replace it with your own custom autoloader if you want. He gives an example of doing this, overriding the loader with a call to registerAutoload to register his autoloader class.

1 comment voice your opinion now!
zendframework autoloader zendloader component tutorial


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Zend Framework connection to SQL Server using SqlSrv

Rob Allen's Blog: Back to zero bugs (Zend_Config)

DevShed: Developing a Modular Class For a PHP File Uploader

NetTuts.com: How to Upload Files with CodeIgniter and AJAX

Till Klampaeckel's Blog: Iterating over a table (with Zend_Db_Table and Zend_Paginator)


Community Events









Don't see your event here?
Let us know!


testing interview example opinion community object zendframework2 introduction unittest podcast phpunit database code language api release composer tool development framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework