This one time, at band camp, "Eric Butera" <digital.tarsier@xxxxxxxxx> wrote: > You might check out the Zend Framework coding standards. > http://framework.zend.com/manual/en/coding-standard.html Zend Framework coding standards fails for me here... "Use an indent of 4 spaces, with no tabs." The use of tabs is dynamic, where as with the static tabs you can easily set you editor to handle them any way you wish, assuming you have a decent editor such as vi(m). :set ts=4 The real key to successful "standards" is consistency, regardless of what method you choose. Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php