background preloader

Web Application Development

Facebook Twitter

CSScaffold Documentation. dORM - PHP ORM (Object Relational Mapper) Orm: Php Object Generator. Php Object Generator , (POG) is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4 /PHP5 application. Over the years, we realized that a large portion of a PHP programmer’s time is wasted on repetitive coding of the Database Access Layer of an application simply because different applications require different objects. By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project and saves you from writing and testing SQL queries.

The time you save can be spent on more interesting areas of your project. But don’t take our word for it, give it a try! Key Features are Generates clean & tested code Generates CRUD methods Compatible with PHP4 & PHP5 Compatible with PDO Free for personal use Free for commercial use Open Source. RedBean. Mimesis. Mimesis is an Open Source PHP Key-Value Store (in a flat file format) designed to act as a backend for server-side scripts that require information storage and retrieval capabilities. Instead of parsing SQL statements, Mimesis uses PHP's object-oriented constructs to provide a distinct class with various "database" manipulation methods. Using the NoSQL approach, data is given and produced as key-value pairs, or associative arrays. Mimesis guarantees that information transactions are processed reliably by adhering to the following database theory principles: To understand the virtues of Mimesis it is necessary to delve into the various limitations that can be encountered by a server-side script.

Free webhosts do not necessarily provide database accessibility. The internet is a wonderful place for the free of exchange of ideas. How many times haven't we encountered a 'Service Temporarily Unavailable' page or 'unable to fetch query something something...'. Let's be frank.