I always do this first when using those commands.
PHP Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
ob_start();
class YourClass
{
}
Give that a try and see if it helps.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )