RE: [PHP] editor that typesets the php code

2005-04-27 Thread Rob Agar
hi Dasmeet

 From: Dasmeet Singh 
 I have just completed coding for a script... i want to take a 
 printout 
 of the code.. but the code is very hotch potch..
 
 Is there any software to automatically set the code with proper 
 spacing/tabs extra..and possibly give colors to it too...??

Check out the PEAR PHP_Beautifier package
http://pear.php.net/package/PHP_Beautifier

R

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] editor that typesets the php code

2005-04-27 Thread Richard Lynch
On Wed, April 27, 2005 5:09 pm, Rob Agar said:
 hi Dasmeet

 From: Dasmeet Singh
 I have just completed coding for a script... i want to take a
 printout
 of the code.. but the code is very hotch potch..

 Is there any software to automatically set the code with proper
 spacing/tabs extra..and possibly give colors to it too...??

 Check out the PEAR PHP_Beautifier package
 http://pear.php.net/package/PHP_Beautifier

You may also want to investigate http://php.net/syntax_highlight and friends.

Or just copy your hodgepodge.php to pretty.phps and surf to that.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php