Controller\Ctdb::__construct PHP Method

__construct() public method

Initialize the database mapper and load Model
public __construct ( )
    public function __construct()
    {
        $mapper = new \Model\Xssr();
        parent::__construct($mapper);
    }