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