Skip to content

The php class cSmartSqlStatement helps to manage and change SQL statements

License

Notifications You must be signed in to change notification settings

rstoetter/csmartsqlstatement-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csmartsqlstatement-php

The class cSmartSqlStatement is written in PHP and helps to manage SQL statements. You may, for example, extract or add or remove clauses of the query.

The namespace is rstoetter\cSmartSqlStatement

Installation

This project assumes you have composer installed. Simply add:

"require" : {

    "rstoetter/csmartsqlstatement-php" : ">=1.0.0"

}

to your composer.json, and then you can simply install with:

composer install

more information

See the project wiki for more information.

About

The php class cSmartSqlStatement helps to manage and change SQL statements

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published