Remove trailing white space and update the comments.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
Copyright (C) 2010
|
Copyright (C) 2013
|
||||||
All Rights Reserved.
|
All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
*/
|
*/
|
||||||
include "root.php";
|
include "root.php";
|
||||||
|
|
||||||
//define the follow me class
|
//define the schema class
|
||||||
class schema {
|
class schema {
|
||||||
public $db;
|
public $db;
|
||||||
public $apps;
|
public $apps;
|
||||||
@@ -119,3 +119,11 @@ include "root.php";
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//example use
|
||||||
|
//require_once "includes/classes/schema.php";
|
||||||
|
//$schema = new schema;
|
||||||
|
//$schema->db_type = $db_type;
|
||||||
|
//$schema->sql();
|
||||||
|
//$result_array = $schema->result['sql'];
|
||||||
|
//print_r($result_array);
|
||||||
|
|||||||
Reference in New Issue
Block a user