03-06-2010, 11:12 PM
Tu peux définir une constante APPLICATION_PATH dans ton bootstrap.
Ensuite, ou uniquement, tu l'ajoutes dans l'include_path.
Ensuite, ou uniquement, tu l'ajoutes dans l'include_path.
set_include_path( APPLICATION_PATH . PATH_SEPARATOR . get_include_path() );