symfony API

sfZendFrameworkBridge Class

« Back to API menu

1.2 API OpenSearch

Packages

You are currently browsing the symfony API for the 1.2 version. Switch to:
This version of symfony is not maintained anymore.
If some of your projects still use this version, consider upgrading as soon as possible.

This class makes easy to use Zend Framework classes within symfony.

Method Summary

Method Details

  • autoload ($class) Browse code

    $class

  • (string) requireZendLoader () Browse code

    Detect and return the path to current Zend loader class.


    Starting from ZF 0.9.0 autoloading function has been moved from Zend.php to Zend/Loader.php class. Starting from ZF 1.0.0 Zend.php class no longer exists.

    This function tries to detect whether Zend_Loader exists and returns its path if yes. If the first step fails, the class will try to find Zend.php library available in ZF <= 0.9.0 and returns its path if its exists.

    If neither Zend/Loader.php nor Zend.php exists, then this function will raise a sfConfigurationException exception.

    returns Path to default Zend Loader class

    throws sfConfigurationException

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.