This post originated from an RSS feed registered with PHP Buzz
by Chris Shiflett.
Original Post: Where Are Your PHP Libraries?
Feed Title: Chris Shiflett's Blog
Feed URL: http://www.feedburner.com/fb/static/error.html
Feed Description: Author, Consultant, Programmer, Speaker, Trainer
Do not store your PHP libraries in document root. This is a terrible practice. Here is just one reason why:
http://www.google.com/search?q=inurl%3Adb.inc
Don't recommend naming PHP libraries with a .php extension. Don't recommend including code in PH...