snippet library logo
Amazon.com
in category




 
Total: 4    Showing Results 1 to 4
Tutorials Added
Introduction to PHP Classes (OOP)
      When you think of classes, I would almost encourage you to think of "back-end" Your code will be stored in the back-end of your website and the front-end will contain a very clean set of code that is easy to understand. If you put all of the complicated routine tasks into your class, then your script that is utilizing that class will be easier to understand because it will have a cleaner look. That's not the only reason you would use a class, but that's one reason I use them.
2004-07-19
PHP and Variable References
      One of the things that seems to confuse people most with PHP, whether it's their first programming language or they come from a C++ or Java background, is how variable references work. Wherever & is found doubt and uncertainly seem to follow...

References are actually very easy to understand. This article takes another shot at explaining them.
2004-06-02
Accessing Databases with Class
      If you are starting to create a library of reuseable PHP functions, you will soon encounter some typical problems. For example, you will experience name clashes if you start mixing your own components with that of other developers: sooner or later some foreign function will have the same name as one of yours or will use a global variable that you are using, too.
2002-04-19
Classes and PHP
      Classes are nothing more than a collection of variables and functions acting on those variables
2002-04-19
page [1]items per page


Did I forget a Category? Let me know. Email
Mascot Fuzzy
Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.