PHP 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 | Save it | Report it


Top 20 Similar PHP Tutorials

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
Database » phptoys.com
Score(+): 1 | Views: 48 | Similar Tuts | Save it | View this tutorial

Object Orientated programming in PHP: The absolute basics

In this tutorial Combined-Minds.net will teach you the basics of OO-programming in PHP. Don’t know what I’m talking about? Read it! :)
Functions and OOP » combined-minds.net
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

MySQL with PHP5 - Object Orientated Style

In this tutorial you can learn some thing about MYSQL and PHP5
Database » haugland.ca
Score(+): 1 | Views: 52 | Similar Tuts | Save it | View this tutorial

PHP Array Pagination with Class Based Script

This tutorial is about PHP Array Pagination with Class Based Script
General » lotsofcode.com
Score(+): 1 | Views: 63 | Similar Tuts | Save it | View this tutorial

Creating Joomla 1.5 Advanced Registration System

Learn more about Creating Joomla 1.5 Advanced Registration System
Advanced » prodevtips.com
Score(+): 0 | Views: 52 | Similar Tuts | Save it | View this tutorial

Creating an advanced website shoutbox with PHP and MySQL

This tutorial is about creating an advanced website shoutbox with PHP and MySQL
General » avengex.com
Score(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

Creating a mail sender class with PHP

In this tutorial the author will show you how to create a simple mail sender class in PHP.
General » oopcenter.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

Creating a Templating System Using Object Oriented Programming in PHP

In this tutorial you will learn more about Creating a Templating System Using Object Oriented Programming in PHP
General » shadow-fox.net
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Creating a simple mail sender class with PHP

In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
General » phptoys.com
Score(+): 1 | Views: 67 | Similar Tuts | Save it | View this tutorial

Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table

Learn how to Create A Scaffold-like Class in PHP or An Automatic CMS For a Table
General » shadow-fox.net
Score(+): 1 | Views: 43 | Similar Tuts | Save it | View this tutorial

Complete Walkthrough: Creating a Gallery Class

In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a few of the tips and tricks that many of you will have picked up if you've been followed the developments here at TalkPHP.
Basics » talkphp.com
Score(+): 2 | Views: 54 | Similar Tuts | Save it | View this tutorial

Easy PHP Pagination

This is a Full video tutorial explaining basic page numbering
General » sampsonvideos.com
Score(+): 0 | Views: 29 | Similar Tuts | Save it | View this tutorial

Pagination for Dummies

Learn how to add paging to your mySQL queries
Database » haugland.ca
Score(+): 0 | Views: 58 | Similar Tuts | Save it | View this tutorial

Learn About Pagination with PHP

This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP
General » allsyntax.com
Score(+): 0 | Views: 64 | Similar Tuts | Save it | View this tutorial

Limiting MySQL Query Results (With Pagination)

This tutorial is about Limiting MySQL Query Results (With Pagination)
General » biorust.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

Advanced PHP

In this tutorial you will learn how to Abstract Classes to Define Rules
General » talkphp.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Advanced PHP / MySQL Interaction

In this tutorial I will show you how to connect to and select a database and then how to perform select, insert, update and delete actions on a MySQL database.
Database » webmasterstash.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Advanced PHP: Using the Factory Pattern

The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created.
Functions and OOP » talkphp.com
Score(+): 0 | Views: 41 | 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