Skip to content

krushn/Opencart-easy-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Opencart easy sql / query builder

This allows information to be retrieved, inserted, and updated in your database with minimal scripting. In some cases only one or two lines of code are necessary to perform a database action. It provides a more simplified interface.

By means of this you not have to write long long sql query.

Thais will improve your coding speed, code readability

In sort, write beautifull code with minimum effort

Example:

$query = $this->db->get('mytable', 10, 20);

// Produces: SELECT * FROM mytable LIMIT 20, 10

About

Opencart query builder for easy sql query writing, with shorted sql statement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages