Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend.com:
Writing Libraries in PHP
Jul 11, 2003 @ 15:25:36

Zend.com has another good article. This one is labeled Writing Libraries in PHP. This isn't a beginners tutorial, but does a good job of explaining how classes/libraries should be built.

Most of the documentation on PHP is focused on explaining the functioning of the various APIs PHP has available. Likewise, if you create a PHP library, most of the work involved is usually in sorting out how the API will work.

I particularly liked this article because it explains more of what a class should do for the programmer. There's also plenty of code examples to go around on this one. So if you're looking for a good explination or tutorial of classes and what they should do, check it out!

tagged:

Link:


Trending Topics: