PHP Classes

PhARoS: Compose database queries like active records

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 40%Total: 518 All time: 5,724 This week: 488Up
Version License PHP version Categories
pharos 0.9.1GNU General Publi...4.0Databases, Text processing
Description 

Author

This class can compose SQL queries from lists from set of simple function calls. It provides a modified version of Active Record pattern to generate SQL queries.
Really simple and minimal PhARoS provides a minimal set of user routines to let you generate your standard SQL queries using modified version of active record pattern. Also taking away all the boiler level strings from the programmer making code simpler.

Since PhARoS is not dependent upon any of the databases classes at all, you can yourself choose how to query database either by directly using the functions (like mysql_query) or choose any of the databases abstraction libraries (adodblite or adodb itself).

As it is based on principle of minimalism and flexibility, that's why unlike any of the active record classes (Propel or Doctrine) it is plug n play and has no tight integration or complex XML configurations. All you will be doing is feeling the complete power to generate the queries with decent readable code. Unlike some libraries it only requires PHP 4+ version and that’s it. Although there is not much bloated code; still you will be able to use CRUD like methods to generate queries for you. They key routines are selectQuery, insertQuery, updateQuery, deleteQuery.

Picture of Zohaib Sibte Hassan
Name: Zohaib Sibte Hassan <contact>
Classes: 1 package by
Country: Pakistan Pakistan

 

  Files folder image Files (2)  
File Role Description
Accessible without login HTML file Documentation.html Doc. PhARoS Documentation
Plain text file PhARoS.0.9.1 Class PhARoS source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:518
This week:0
All time:5,724
This week:488Up
User Ratings User Comments (1)
 All time
Utility:50%StarStarStar
Consistency:75%StarStarStarStar
Documentation:75%StarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:40%StarStarStar
Rank:3848
 
Hello, here is my review and opinion.
16 years ago (David Ferreira)
57%StarStarStar