Skip to content
Snippets Groups Projects
Commit cedcfc96 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

debug

parent 71fe0546
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,9 @@ class Objet
public static function getAll()
{
return array("1", "2", "3");
$className = get_called_class();
echo $className;
die();
$dbName = lcfirst($className);
$bdd = new Db();
$result = Array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment