PHP Static variables – Object factory

Written on February 24, 2010 – 7:34 pm | by Stan Kuhn |

On large busy projects where server resources do matter it is good idea to reuse object which is used several times during script execution in different scopes. There are more options. One is to use global keyword on top of each function where object is needed but you must make always sure object really exist [...]

Learning LAMP web developement – 3. Object oriented programming

Written on February 22, 2010 – 5:09 pm | by Stan Kuhn |

If we look to the history of scripting preprocessors such as PHP used to develop Internet applications we can see that from very beginning they were plain procedural languages. Over the time object oriented functionality was introduced and nowadays the object oriented support is pretty good. So what makes it interesting? Why the object programming [...]

Learning LAMP web developement – 2. Appropriate development tools for web application development

Written on February 18, 2010 – 4:42 pm | by Stan Kuhn |

You certainly can use simple text editor, simple FTP client and command line utility to manage your database, so why should you care? Well, the same way as you can build a house with just a shovel and trowel, but how long it will take you? So lets get real and lets see what we [...]

Learning LAMP web developement – 1. Introduction

Written on February 17, 2010 – 7:47 pm | by Stan Kuhn |

PHP gained its popularity mainly because of its intuitiveness and easy use. Practically anyone who can think logically can create a program in php. Starting is about reading few articles on Internet doing some simple install and you are ready to go. This is great because it creates large base of potentially good programmers. On [...]

Starting

Written on February 17, 2010 – 3:47 pm | by Stan Kuhn |

Hi and welcome to Lamp Web Developers. As the website title suggests this website is about everything related to Linux, Apache, PHP and Mysql development for web based projects. You will find here tutorials, articles and tips for beginners and advanced developers. Enjoy.