Update the tools to use the new namespaces
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
*/
|
||||
|
||||
require_once ("domframework/dblayeroo.php");
|
||||
require_once (__DIR__."/../src/Dblayeroo.php");
|
||||
|
||||
/** modelGraph
|
||||
* Allow to create the relational graph of an existing database
|
||||
@@ -32,7 +32,7 @@ class modelgraph
|
||||
// {{{
|
||||
{
|
||||
$this->output = $output;
|
||||
$this->db = new \dblayeroo ($dsn, $username, $password);
|
||||
$this->db = new Domframework\Dblayeroo ($dsn, $username, $password);
|
||||
$this->graphvizCommande ();
|
||||
}
|
||||
// }}}
|
||||
|
||||
Reference in New Issue
Block a user