class Archive
-
Whos Online updated!
I have been working on the simple function I created earlier. I have updated it and made it a little more complex, but has a few more options. I have turned it into a class and has the install function coded into it. Like I said, the same stuff can be done [...] -
WordPress Database Tutorial posted!
I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress. It is posted in the tutorials section, here. Check it out and let me know what you think. -
Getting Started with Object Oriented Programming in PHP
I just posted a tutorial on Object Oriented Programming in PHP. For those that aren’t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker. Head over to the Tutorials Section to take a look at it. -
PHP IRC Bot Class
I just added an updated version of my PHP IRC Bot Class to the code bin. Basically it is a class that anyone can use to create a PHP bot that connects to any IRC network in just a few lines of code. Full documentation is provided.