O_O ralph, where have you been?
Ralph Schindler wrote:
>
> And there is a nice little undocumented feature that allows for CONST
> replacement and Global Var replacement, like so:
>
> like this:
>
> ;; Cache settings
> cache.use = true
> cache.path = APPLICATION_PATH "variable/cache/"
>
> OR this:
>
> ;; SESSION SETUP
> session.name = "SANDBOX2"
> session.save_path = ";777;"
> ${DOCUMENT_ROOT} "/../application/variable/sessions/"
>
>
>
> till wrote:
>> On 8/23/07, Kexiao Liao <[EMAIL PROTECTED]> wrote:
>>>
>>> Can we put comments in the Zend Configuration file(conf.ini) as showing
>>> below?
>>
>> Yes!
>>
>> http://de3.php.net/manual/en/function.parse-ini-file.php
>>
>> Till
>>
>
>
>
--
View this message in context:
http://www.nabble.com/comments-in-Zend-conf.ini-file-tf4319165s16154.html#a12360815
Sent from the Zend Framework mailing list archive at Nabble.com.