To support simplicity, possiibility and cost effective of PHP

Posts Tagged ‘ level 2 ’

Building a Data Access layer using PDO

Feb 10th, 2008 | By admin | Category: Featured, PHP

Every time you start building a complete website with some modules and functionalities, you start thinking about the “structure” of your system or in other word, the framework you use through the system. For a PHP website, MVC is the most widely use framework or programming model where M is the Model which [...]



Learn CSS by examples

Jan 20th, 2008 | By admin | Category: Tutorials

Most Useful CSS Properties with Examples
CSS cheatsheet



Using Zend components in your own web project

Jan 15th, 2008 | By admin | Category: PHP, Tutorials

I am a fan of Prado but Zend framework takes my love with its set of components. Having an MVC framework with a higher level of intefration between Model – View – Controller is better than taking Zend basic MVC model into a real life project. However, using Zend components to complete common web features [...]