Archive for December, 2009
Five common PHP design patterns
Hi All
I hope this article will help you guys a lot with some basic stuff we could use in designing applications or rather you do re-factoring in your code.
Main design pattens discussed in this article are listed below
- The factory pattern
- The singleton pattern
- The observer pattern
- The chain-of-command pattern
- The strategy pattern
Posted on 24 December '09 by Priyantha, under PHP, Software Engineering. No Comments.
OSCommerce module to customise products
This is the recent project I was working on to developing a module to customize oscommerce product.
You can upload any image or a text and see how it look like before you print on a sticker and if you are happy you can order it.
Tech. used :- PHP GD Lib, AJAX, MySQL
You can visit a live demo on the given link below
Posted on 8 December '09 by Priyantha, under OSCommerce. No Comments.
















