PHP Classes

PhARoS: Compose database queries like active records

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 40%Total: 518 This week: 1All time: 5,721 This week: 560Up
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
Age: ???
All time rank: 322942 in Pakistan Pakistan
Week rank: 416 Up8 in Pakistan Pakistan Up

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

 Version Control Unique User Downloads Download Rankings  
 0%
Total:518
This week:1
All time:5,721
This week:560Up
User Ratings User Comments (1)
 All time
Utility:50%StarStarStar
Consistency:75%StarStarStarStar
Documentation:75%StarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:40%StarStarStar
Rank:3764
 
Hello, here is my review and opinion.
15 years ago (David Ferreira)
57%StarStarStar