-- Mike Wright <[email protected]> wrote (on Monday, 10 August 2009, 12:25 PM -0700): > Is there any way to "comment out" blocks of lines in a config.ini file? > > I know that it can be done line by line by prefixing them with a ";" but > there are times (like when debugging) where it would be *very* > convenient to hide entire sections of the config data. > > Is there anything along the lines of php's /* */ ?
No -- you can do a line at a time only. If you want block comments, you need to use XML- or PHP-based configuration. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
