[eluser]H. Bernaciak[/eluser]
yeah, it works also good and... is more
IGNITER 
but everyone should remember about adding this at the beggining:
Code:
class Manager extends Controller {
function Manager()
{
parent::Controller();
if(!$this->uri->segment(3) == '')
{
$this->load->scaffolding($this->uri->segment(3));
}
}