Skip to content

Commit

Permalink
Update api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurits van der Schee committed Jun 18, 2015
1 parent 2b4f10f commit 629a5e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api.php
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,18 @@ public function executeCommand() {
// uncomment the lines below when running in stand-alone mode:

// header('Access-Control-Allow-Origin: *');

// $api = new MySQL_CRUD_API(array(
// 'hostname'=>'localhost',
// 'username'=>'xxx',
// 'password'=>'xxx',
// 'database'=>'xxx',
// 'charset'=>'utf8'
// ));
// $api->executeCommand();

// For Microsoft SQL Server use:

// $api = new MsSQL_CRUD_API(array(
// 'hostname'=>'(local)',
// 'username'=>'',
Expand Down

0 comments on commit 629a5e0

Please sign in to comment.