PHP Developer

My notes and thoughts about Linux, WordPress, PHP and many more.

  • September 26, 2011

    PHP Syntax of Class, Objects, Methods and Getter/Setter Functions

    You should now have a better understanding regarding what are “PHP classes, objects, methods, properties” and how it relates to reality. In this tutorial, you will see what they exactly look like in the PHP script organized in a way even an idiot can understand. Let’s get started: The most basic PHP object-oriented programming needs at least two files. These are: a.) index.php (the actual page that would be accessed by the browser or the user) b.) classes.php (this is the script that contains al …

  • August 26, 2011

    PHP classes, objects, methods, properties guide for the Complete Idiot

    You might read our introductory tutorial on how to learn PHP Object oriented programming (OOP). Let’s start digging deeper into what are these classes, objects, methods and properties that are used in PHP OOP. Don’t be scared because this guide is written even an idiot can understand. It will be explained as easy as possible. To understand these terms very clearly, get out of the world of programming and see the world around you. Everywhere you can see classes, objects, methods and properties. W …

  • August 25, 2011

    Learn PHP OOP (Object Oriented Programming) for Beginners Tutorial

    This is a complete beginner tutorial on PHP object oriented programming. This tutorial assumes you do not have any single knowledge about PHP – a pure beginner in PHP. As a start, OOP is the best way to write programs in PHP. It is considered as one of the best practices of coding PHP. So if you are a beginner, stick this to your mind. This is just the first part, php-developer.org plans to publish a lot of tutorials dedicated to object oriented programming. This is not to say that if you are no …

  • October 26, 2010

    Edit PHP & HTML files online quickly using Putty SSH Client

    The usual and traditional way of editing website files is to download the file first using an FTP client (Filezilla for example). Once the file has been downloaded, it edited in your local computer and then once it is done, it is re-uploaded back to the hosting server using an FTP client and this is a time consuming process. Therefore the best way is using SSH (secure shell) technology to edit files. One of the best SSH client that will let you edit PHP and HTML files online is pUTTY. SSH techno …

  • Newer posts