» Version | » Information |
---|---|
2010-06-04 beta |
|
2008-06-22 beta |
|
2007-02-14 beta |
|
2007-02-09 beta |
|
2006-06-15 beta |
|
2006-06-06 beta |
|
2006-06-06 beta |
|
2006-04-01 beta |
|
2005-09-14 beta |
|
0.1.6 |
Easy InstallNot sure? Get more info. pear install PHP_Beautifier-0.1.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_Beautifier-0.1.6 Release date: 2005-06-15 23:09 UTC Release state: beta Release uploaded by: clbustos Changelog: - Fixed suite of test, to respond to the changes implemented on v0.1.5 - Bug fix on PHP_Beautifier_Common::getSavePath : the MCD of the files is based on the complete dirs, not only the last common char. + Correct implementation of compressed output files (.tar, .tgz, .tar.bz2). Now, you can do something like $oBeaut = new PHP_Beautifier(); $oBatch = new PHP_Beautifier_Batch($oBeaut); $oBatch->setRecursive(true); $oBatch->setInputFile('files/*.php'); $oBatch->setOutputFile('files.tar'); $oBatch->save(); $oBatch->setOutputFile('files.tar.bz2'); $oBatch->save(); $oBatch->setOutputFile('files.tgz'); $oBatch->save(); + Using get() or show() on a Batch object send the contents of the files, one after another. Dependencies:
|
2005-06-13 beta |
|
2005-04-01 beta |
|
2005-02-10 beta |
|
2005-02-04 beta |
|
2005-01-15 beta |
|
2005-01-12 beta |
|
2004-10-07 devel |
|
2004-08-06 devel |
|
2004-06-16 devel |
|
2004-06-04 devel |
|
2004-06-03 devel |
|
2004-06-01 devel |