|
Classes and Object-Oriented Programming in PHP |
|
|
|
|
Written by administrator
|
|
Tuesday, 09 September 2008 |
In this tutorial, I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation Visit the tutorial: |
|
Read more...
|
|
|
Reporting and handling errors in PHP |
|
|
|
|
Written by administrator
|
|
Tuesday, 09 September 2008 |
When developing a PHP project, whether it?s a simple website or a much larger web application, it?s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer. Visit the tutorial: |
|
Read more...
|
|
|
Creating a PHP 5 Framework Part 1 |
|
|
|
|
Written by administrator
|
|
Wednesday, 03 September 2008 |
With websites becoming more and more dynamic and interactive, developers often look to frameworks to help build websites and web apps rapidly. While there are a number of great frameworks available, a custom framework gives you the ability to easily customize the framework as you need, and to build with it even quicker - as you would already know the ins and outs of it before working with it. In this series of tutorials, we are going to build our very own PHP5 Development Framework! Let's start Visit the tutorial: |
|
Read more...
|
|
|
Submit A Form With PHP And CURL |
|
|
|
|
Written by administrator
|
|
Tuesday, 02 September 2008 |
Rather than filling out a HTML form on a website, why not use PHP and the CURL library to automate it? Visit the tutorial: |
|
Read more...
|
|
|
File Uploads with PHP Doctrine |
|
|
|
|
Written by administrator
|
|
Tuesday, 02 September 2008 |
An example of how to integrate uploads into the Doctrine validation process. Visit the tutorial: |
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
| Results 21 - 30 of 408 |