PHP - Object Oriented Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Found 15 Tutorials |
|
Most Recent Tutorials |
-
PHP: Object Oriented Programming for Absolute Beginners
Object Oriented Programming (OOP) techniques, is extremely useful when developing your project. It allow you to group all similar task into classes an
http://www.onlywebpro.com/2012/03/30/php-object-oriented-programming-for-absolute-beginners/
-
An Introduction to Object-Oriented Programming
A great start to using PHP in an OOP environment. Including examples.
http://www.azforums.net/index.php?/topic/27403-an-introduction-to-php-classes/
-
The Wonders of Magic Function
What this function does is allow you to change the default behaviour when outputting an object instance.
http://www.talkphp.com/advanced-php-programming/1117-magic-function-__tostring.html
-
FTP Administration with full logging via PHP
Sometimes, when working on complex projects, you may need to store files on different servers.
http://blog.dta.ro/2007/09/26/ftp-admin-with-log-via-php/
-
Using the Factory Pattern
The factory method pattern is an object-oriented design pattern.
http://www.talkphp.com/advanced-php-programming/1321-using-factory-pattern-mad-rantings-mi...
-
How to use the Singleton Design Pattern
This particular pattern provides a method for limiting the number of instances of an object to just one.
http://www.talkphp.com/advanced-php-programming/1304-how-use-singleton-design-pattern.html
-
Marrying the Zend Framework and HTML Ajax
This tutorial describes what to do in order to be able to instantiate controllers in the Zend Framework
http://www.prodevtips.com/2007/10/15/marrying-the-zend-framework-and-html-ajax/
-
Saving Yourself Time with the Clone Construct
Cloning an object is quite different than it was in PHP4.
http://www.talkphp.com/advanced-php-programming/1383-using-clone-construct-clone-object.html
-
Advanced PHP: Working with Interfaces
Its usually easier to learn from example, so heres a basic interface that represents a Page.
http://www.talkphp.com/advanced-php-programming/1446-working-interfaces.html#post4026
-
Using Exceptions to Provide Better Feedback
Within this article, we will be taking a closer inspection of exceptions, as requested by the lovely Haris.
http://www.talkphp.com/tips-tricks/1478-using-exceptions-provide-better-feedback.html#post4233
-
Using Abstract Classes to Define Rules
The way i visualize this is to think that i am entering into an agreement between me and PHP.
http://www.talkphp.com/advanced-php-programming/1519-abstract-classes.html#post4656
-
Basics of OOP
This tutorial assumes you have a decent knowledge of PHP.
http://tips.justanotherportfolio.com/?page_id=6
-
Creating an Advanced Pagination Class
This class will display the results of any MySQL table including all the fields and rows.
http://www.talkphp.com/advanced-php-programming/1660-advance-pagination-class.html
-
Basics of Object Oriented Programming
This tutorial is aimed at an audience unfamiliar with the basic concepts of object-oriented programming (OOP).
http://nicetutz.blogspot.com/2008/02/basics-of-object-oriented-programming.html
-
Object Oriented Features New to PHP 5
Object Oriented Features New to PHP 5......a useful tutorial.
http://nicetutz.blogspot.com/2008/02/object-oriented-features-new-to-php-5.html
« PreviousNext »


