dbquery

Categories

Component ID

2636174

Component name

dbquery

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module aims at providing a class wrapping all the DB queries in standard structural format that are most commonly used while making a drupal site.
This will help developers concentrate on the system logic and not to bother about the Query syntax which this module will handle all they have to do is call the functions as any other function to do the database stuff for them.

These queries are well tested and tried upon hence reduces the chances of error.

Refer Readme.txt for usage examples.