|
|
Home »
PHP »
Network and Communication
::
In this tutorial we will learn how to Using PHP classes to navigate distributed whois databases.
Related Tutorials
 |
|
 |
|
PHP Classes - OOP
PHP / Object Oriented
Most people are afraid of classes and refuse to see the use of them. I was, until I took a JAVA class, which requires the use of classes, and saw the actual beauty of them. Classes are really useful, they reduce the clutter of your code, and make updating a site very easy. Unfortunately, classes aren't as useful in PHP as in other languages, but I still like them. I'm going to use my site as an example, where I have the user_commands class, which handles all the users on the site (ie login, logout, session_ids, etc). It makes my code very neat and organized, and it really pays off when you need to make a change.
Site: www.webdesign.org
Report -
View Tutorial
|
|
 |
|
 |
|