Main Directory
ASP 3091
ASP.NET 863
C and C++ 343
CFML 280
CGI and Perl 3073
Flash 803
Java 1614
JavaScript 2272
PHP 11222
Python 112
Remotely Hosted 1437
Tools and Utilities 2883
Web Hosting 27
XML 233




An Introduction to Classes
Link ID 27053
Title An Introduction to Classes
Url Visit : An Introduction to Classes
Description This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web site: checking user logons. The class implements security features that answer some needs for a number of current security models and could be easily implemented at most dynamic Web sites. Note that this class does not provide a full security solution.
Category PHP > Tutorials > Development
Keywords An   Introduction   to   Classes
Date Sep 20, 2007
Refer it to Friend ( An Introduction to Classes )  
Write a Review ( An Introduction to Classes )  
Report Broken Link ( An Introduction to Classes )  
Add : An Introduction to Classes To Favorites
More links included : An Introduction to Classes
Site links : An Introduction to Classes
Traffic Details from Alexa : An Introduction to Classes

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating

 Other links at PHP > Tutorials > Development
1. ftp clients
  My experience with ftp clients. It focuses on using IE as an ftp client.
Category:   PHP > Tutorials > Development


2. Top 21 PHP Programming Mistakes - Part 2: Seven Serious Mistakes
  In this second part of the series, it describes 7 common mistakes in PHP programming that will lead to drastically slower run times and less secure scripts, in addition to less maintainable code. Topics covered: Not Following Basic Naming Conventions (Variable Naming, Function Naming), Databases & SQL (Misapplying database functions, Misusing SQL: Not Fetching What You Need, Misusing SQL: Not Fetching What You Need), Lack of Error Checking, Overusing OO, Misusing Regular Expressions, Programming PHP Like It Was Some Other Language, and Not Being Security Conscious (System Call Security, Checking an e-mail address).
Category:   PHP > Tutorials > Development


3. Mod_Rewrite Tutorials
  Mod_Rewrite resources, tutorials, tips and advise for php based scripts. Forum also has mod_rewrite tutorials and instructions for such php scripts as vBulletin, phpBB, Invision Power Board, WordPress, 4images, miniBB, Simple Machine Forum and others.
Category:   PHP > Tutorials > Development


4. Introduction to PHP Output Buffering
  If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content, you can also compress data before its sent to the browser.
Category:   PHP > Tutorials > Development


5. Creating and using a timing class Tutorial
  The purpose of this tutorial is to talk about two seperate concepts; profiling and object oriented programming (OOP). In this tutorial well create a simple class to allow you to create one or more timers. You can then use these timers to show you how long a script or function takes to run, which can help you determine what portions of your script are eating up the most processing time. This is sometimes referred to as profiling. You can also use timer objects to provide generic timer display in your scripts.
Category:   PHP > Tutorials > Development




 Popular Tags

#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z