Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Cannot redeclare class ?
#1

[eluser]Tyler Diaz[/eluser]
How could I use a premade class, oh say http://www.phpcaptcha.org/ and not get this nasty "Fatal error" using Code igniter?

The class returns its own functions by the way, so I would need to do something like

$xclass->set_width(150);
$xclass->set_background("#ffffff");
$xclass->add_frame($layer->frame);

Sounds like quite a simple thing to do, but I cannot seem to get around it.




Theme © iAndrew 2016 - Forum software by © MyBB