Skip to content

Instantly share code, notes, and snippets.

@luissquall
Created January 21, 2012 17:21
Show Gist options
  • Save luissquall/1653339 to your computer and use it in GitHub Desktop.
Save luissquall/1653339 to your computer and use it in GitHub Desktop.
Zend include path
<?php ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(__FILE__)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment