dbobj 0.3

dbobj 0.3 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 607
  • Released: Sep 27, 2007

dbobj 0.3 Description

dbobj is an open source object persistence layer for PHP. It may also be called an Object Relation Mapping (ORM) layer or an Active Record implementation for PHP.

Most PHP applications use a relational database for data storage and management. Usually this is done using SQL queries. This is nice and flexible, but sometimes writing there queries and the code that parses the returned data takes a lot of time.

This is especially true for object-oriented applications where the database is only used as a data storage. In this case SQL queries and result parsing gets mixed up with the real logic of the program.

Some thought it would be nice, if the program (methods) could manage data without SQL queries, simply by using the object's properties. This would allow the programmer to focus more on manipulating the data and less on writing SQL queries.

This is what dbobj does. It maps the PHP classes and objects to database tables and rows.

There are some unique features:
- high performance (written in C) 
- flexible (extensible) 
- clear, object-oriented API (one persistent PHP object - one database record)

dbobj Bookmark

Hyperlink code:
Hyperlink for Forum code:

dbobj 0.3 Script Download Notice

Top 4 Download periodically updates information of dbobj 0.3 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. dbobj 0.3 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

phpPersist

This is an Object - Relational framework for php like many those in Java. It converts objects to tables rows and back, so instead of seeing SQL in your code you see objects. ...

Php Object Template

The goal of Pot is to totally divide logic from the design. Pot can be used by ‘common’ people just writing some XML tags in the html code, that will be parsed by the Php Pot code to create the final working page. For ‘working page’ is inteded a page that ...

PMVCLite

PMVCLite (abbreviation of PHP Model-View-Controller Lite) is a lightweight and powerful generic object-oriented web application framework library.It will help you to manage projects developed in PHP programming language easier. ...

J4PHP

J4PHP is an object-oriented framework for PHP inspired by Struts, Ibatis, JUnit and Log4J. Its goal: to bring together the best patterns and solutions from the Java world, while still being simple and easy to use. ...

PHPlib

PHPlib is a PHP application development framework that provides you with an easy to manage Object Oriented way to handle sessions, authentication and permissions in your PHP application. PHPlib also has serveral helper classes, prominent amongst them are the DB_sql, template, OOH forms and cart.The library will help you to write ...