Php | Object Oriented Programming
547 days ago | roughguidetophp.com
In this tutorial I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation, allowing more complexity to be accessed from simple commands.
Php | Object Oriented Programming
603 days ago | primephp.com
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 Content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
Php | Object Oriented Programming
615 days ago | primephp.com
This MySQL OOP Database connection class was submitted by David Rosthorn and it makes MySQL queries more manageable by breaking down the key functions and features of the MySQL module found in all standard PHP installations and creates an environment that is a little faster to work with.
Php | Object Oriented Programming
619 days ago | primephp.com
If you need a function to automatically pluralize a word for you in a proper english manor you can use this function. All you do is pass the word you want to turn plural through the function and the plural version will be returned.
Php | Object Oriented Programming
745 days ago | 999tutorials.com
Want to write better code in PHP? Then it's time for object orientated coding.
Php | Object Oriented Programming
892 days ago | partdigital.com
Templates are what separate the pros from the beginners. Learn how to build a basic template system here!
Php | Object Oriented Programming
892 days ago | partdigital.com
Learn how to use php to make a customizable avatar. A great and unique feature for any website!
Php | Object Oriented Programming
892 days ago | partdigital.com
Learn how to create a line chart class that can be used over and over again.
Php | Object Oriented Programming
892 days ago | partdigital.com
Learn how to create a dynamic bar chart with PHP.
Php | Object Oriented Programming
1312 days ago | free2code.net
A beginner-level explanation of using classes with PHP.