Functions and OOP · Newest PHP Tutorials

Intro To Object: Option Variables in PHP

This tutorial helps you to know more about Option Variables in PHP
Functions and OOP » stilisticdev.net
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

PHP string functions summary

This tutorial is a PHP string functions summary
Functions and OOP » 999tutorials.com
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Updating Serialized Arrays

Learn how to update serialized arrays in PHP
Functions and OOP » thecodingzone.com
Score(+): 1 | Views: 43 | Similar Tuts | Save it | View this tutorial

Using Exceptions to Provide Better Feedback

Within this article, we'll be taking a closer inspection of exceptions, as requested by the lovely Haris. This will be a basic exceptions article and so I won't be going over how to extend onto the exceptions class to model your own - otherwise we'll get too far ahead of ourselves. Exceptions tend to be used where we have no jurisdiction over the source, and when we wish to return a more informative message to the front-end.
Functions and OOP » talkphp.com
Score(+): 2 | Views: 38 | Similar Tuts | Save it | View this tutorial

Introduction to Object Oriented Programming

This basic introduction to object oriented programming in PHP will take you through the process of creating your first class and show you how you can use it in your very own website.
Functions and OOP » tutorialcode.com
Score(+): 1 | Views: 46 | Similar Tuts | Save it | View this tutorial

Giving our Currency Conversion Script some Responsibility

Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it update the conversion rates from a website that keeps track of them all. This is quite a jump from the first tutorial and so buckle your seatbelt, Dorothy, 'cause Kansas... OK, 'nuff of the Matrix quotes. Let's begin...
Functions and OOP » talkphp.com
Score(+): 1 | Views: 32 | Similar Tuts | Save it | View this tutorial

Object Orientated: Creating an Advanced Pagination Class

This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
Functions and OOP » talkphp.com
Score(+): 1 | Views: 53 | Similar Tuts | Save it | View this tutorial

PHP Classes - A Breakdown

What is OOP? How do you use OOP with PHP? What's a class? All these questions an more answered in an detailed tutorials covering PHP and Classes.
Functions and OOP » xangelo.nookish.com
Score(+): 1 | Views: 47 | Similar Tuts | Save it | View this tutorial

Advanced PHP: PHP5's OOP Method Chaining

In this article, I'll be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4. This feature is called Method Chaining and enables us to do pretty cool things like...
Functions and OOP » talkphp.com
Score(+): 1 | Views: 55 | Similar Tuts | Save it | View this tutorial

Introduction to using classes

This tutorial will teach you what classes are and how to use them effectively in your web application.
Functions and OOP » tutorialmonkey.com
Score(+): 1 | Views: 46 | Similar Tuts | Save it | View this tutorial

FTP Administration with full logging

Sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes. This article explains how you can add this option to your web site.
Functions and OOP » blog.dta.ro
Score(+): 1 | Views: 42 | Similar Tuts | Save it | View this tutorial

Input - Output String Functions

This tutorial is about Functions that you need to use for your inputing form
Functions and OOP » phpsimple.net
Score(+): 1 | Views: 61 | Similar Tuts | Save it | View this tutorial

PHP Classes

With the introduction of PHP4, PHP introduced classes, a type of programming subdivision typically only seen in desktop languages. PHP5 expanded upon this implementation, creating what many consider to be a nearly full object orientation implementation. This tutorial will focus on only the basic realm of classes, which is compatible with both PHP4 and PHP5, unless otherwise noted. Note that you need a decent understanding of PHP to read this :D (including the understanding of how functions work)
Functions and OOP » forum.nystic.com
Score(+): 1 | Views: 57 | Similar Tuts | Save it | View this tutorial

Advanced PHP: Working with Interfaces

When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
Functions and OOP » talkphp.com
Score(+): 1 | Views: 60 | Similar Tuts | Save it | View this tutorial

Select Distinct

A nice-to-know function
Functions and OOP » gfx-depot.com
Score(+): 1 | Views: 83 | Similar Tuts | Save it | View this tutorial