Search results

  1. D

    set_include_path

    Ok, I has solved this problem. But, another error continue. I still got 500 Internal Server Error. It looks that it is for .htaccess bug. My file is: SetEnv APPLICATION_ENV development RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond...
  2. D

    set_include_path

    Hi, using Zend Framework need set include_path to the Zend library in the apllication index.php, something like this: // Set include path to Zend (and other) libraries set_include_path(BASE_PATH . '/library' . PATH_SEPARATOR . APPLICATION_PATH . '/models' . PATH_SEPARATOR ...
Top