I'd like to comment some lines in my Zend application.ini
file.
Is it possible to comment lines? What is the syntax?
I simply could not find an answer.
The application. ini file stores the main settings for the application. The file is split in different sections, each defining an environment: production, staging and development. Each environment can have different settings.
When it comes to PHP frameworks, Zend is counted among the best. Zend Framework offers lots of benefits for creating feature-rich and dynamic web solutions. MVC features and a strong component library have made Zend a popular PHP framework for creating a myriad of web solutions.
It's a general ini
format that comment lines begin with ;
; this is a comment
foo = bar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With