Welcome Guest, Not a member yet? Register   Sign In
HTML Table Class new error!
#1

Hello!

Please help! Added lines to controller method:
PHP Code:
$table = new \CodeIgniter\View\Table();

$data = array(
 
       array('Name''Color''Size'),
 
       array('Fred''Blue''Small'),
 
       array('Mary''Red''Large'),
 
       array('John''Green''Medium')
);

echo 
$table->generate($data); 

error:  Class 'CodeIgniter\View\Table' not found

What use to add?
Reply


Messages In This Thread
HTML Table Class new error! - by videoproc - 07-16-2019, 05:15 AM
RE: HTML Table Class new error! - by mboufos - 07-16-2019, 05:35 AM
RE: HTML Table Class new error! - by videoproc - 07-16-2019, 05:54 AM
RE: HTML Table Class new error! - by ciadmin - 07-16-2019, 07:25 AM
RE: HTML Table Class new error! - by InsiteFX - 07-16-2019, 08:32 AM
RE: HTML Table Class new error! - by InsiteFX - 07-16-2019, 03:06 PM
RE: HTML Table Class new error! - by videoproc - 07-16-2019, 11:21 PM
RE: HTML Table Class new error! - by videoproc - 07-17-2019, 12:23 AM
RE: HTML Table Class new error! - by InsiteFX - 07-17-2019, 12:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB