Re: [PHP] best way to set up an include path for a multi-level project?
[email protected] (Rene Veerman)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 16, 2010 at 9:48 PM, Ryan Sun <[email protected]> wrote: > just utilize include_path directive in php.ini yea, or via ini_set('include_path', ....);