Recommend this page to a friend! |
Classes of Hicri | PHP MySQL Connectors | README.md | Download |
|
DownloadSlvler - php-mysql-connectorsMysql driver development that can be used on the php side InstallationTo install this package tou can use composer:
Usage
Basic Table // use northwindtable "orders"| OrderID | EmployeeID | ShipName |:-----------:|:------------:|:------------:| | 10249 | 6 | red | 10250 | 4 | yellow | 10251 | 3 | green | 10252 | 4 | yellow | 10253 | 3 | red Insert Method (TableName, Data = array()):TableName, Data:
Insert Method
Update Method (TableName, Id = array() , Data = array()):TableName, Id , Data:
Update Method
Delete Method (TableName, Id = array()):TableName, Id:
Delete Method
Select_all Method (TableName):TableName:
Select_all Method
Select_ch Method (TableName, Data = array()):TableName, Data:
Select_ch Method
Select_wh Method (TableName, Data = array(), Conn = array(), If = array()):TableName, Data, Conn, If:
Select_wh Method
Testing
CreditsLicenseThe MIT License (MIT). Please see License File for more information. |