Capítulo 1. Zend

Índice

1.1. Introduction
1.2. Zend::loadFile()
1.3. Zend::loadClass()
1.4. Zend::loadInterface()
1.5. Zend::isReadable()
1.6. Zend::dump()
1.7. Zend::register()
1.8. Zend::registry()

1.1. Introduction

The Zend class is the foundation class of the Zend Framework. This class evolved out of the framework's adherence to the DRY principle (Don't Repeat Yourself). It contains only static methods, and these methods contain functionality that is required by many components in the Zend Framework.