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

DevShed: The Sleep and Wakeup Magic Functions in PHP 5

Muhammad Hussein Fattahizadeh's Blog: Zend Config tree solution

Robert Basic's Blog: Using the new autoloaders from Zend Framework 1.12

Rob Allen's Blog: Updated tutorial for Zend Framework 2 beta 1

PHPBuilder.com: Developing a Ajax-driven Shopping Cart with PHP and Prototype


Community Events









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


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

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