Skip to content

Instantly share code, notes, and snippets.

@thelebster
Created February 21, 2013 10:38
Show Gist options
  • Select an option

  • Save thelebster/5003818 to your computer and use it in GitHub Desktop.

Select an option

Save thelebster/5003818 to your computer and use it in GitHub Desktop.
<?php
$zend_path = libraries_get_path('Zend');
set_include_path(get_include_path() . PATH_SEPARATOR . $zend_path);
require_once 'Zend/Loader/Autoloader.php';
Zend_Loader_Autoloader::getInstance();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment