[Solar-talk] Oddity

Rodrigo Moraes rodrigo.moraes at gmail.com
Wed Oct 3 10:53:51 CDT 2007


On 10/3/07, Kilbride, James P. wrote:
> So I have GDAIS and Solar in the same
> directory which is included by the php.ini file. Does this mean, if I'm
> reading your documentation correctly, that since it's in the php.ini
> file as an include part of the path I don't need to overload the path in
> the index.php in my document root?

This is correct. You only need to call set_include_path() when when
the path for Solar and your vendor directory are not already included
in the include_path. So, for:

    C:\Solar
    C:\GDAIS
    C:\Solar.php

This should be enough:

    include_path = '.;c:\'

-- rodrigo


More information about the Solar-talk mailing list