Remove trailing white space and update the comments.

This commit is contained in:
Mark Crane 2013-01-23 13:49:51 +00:00
parent 25a05e6d6b
commit 499bce0486
1 changed files with 12 additions and 4 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Copyright (C) 2010
Copyright (C) 2013
All Rights Reserved.
Contributor(s):
@ -25,7 +25,7 @@
*/
include "root.php";
//define the follow me class
//define the schema class
class schema {
public $db;
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);