Bonjour,
pour :Catchable fatal error: Method classes\Ticket_ARM\Ticket_ARM::__toString() must return a string value in C:\wamp64\www\ticket\test\test_Clean_tab_ARM.php on line 5
Code php : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 <?php use classes\Ticket_ARM\Ticket_ARM; include(dirname(__DIR__).DIRECTORY_SEPARATOR."config".DIRECTORY_SEPARATOR."config.php"); include(DIR_ROOT."classes".DIRECTORY_SEPARATOR."Ticket_ARM.php"); $Tic_ARM=new Ticket_ARM();echo "tic=".$Tic_ARM."<br/>"; //$ret=$Tic_ARM->Clean_Db(); if ($ret) echo "table vidée<br/>"; else echo "échec<br/>"; ?>
y faut comprendre quoi ?
Partager