I know this probably doesn't matter, but what is the pretty standard naming convention for base class names?
Should I name it "base.class", "main.class", or the name of my application, "application.class"?
Application.class.php
If you name it application.class, it'll more than likely be served up as plain text and "main" or "base" are too generic. You could end up with conflicts with other programs that haven't thought this out.
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php