hi guys, just supposing... which is the right way to to count the number of code lines in a php application?
do you think that the raw:
$ find . -name '*.php' -exec cat {} \; | wc -l
can be a good estimate?
just a curiosity: according to this criteria...
phpmyadmin ~ 120000 code lines
drupal ~ 60000
moodle ~ 500000
phpgroupware ~ 350000
joomla ~ 130000
phpBB ~ 45000
ciao,
ivan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

