function payments() { /* This is only for the autocompletion */ $crud = new grocery_CRUD(); $crud->set_table('payments'); $crud->set_subject('مجموعات الرجيم :: :: '); $crud->required_fields('title'); // instead you had ' title' with whitespace $crud->columns('title', 'desc', 'group_slug'); // instead you had ' title' with whitespace $output = $crud->render(); $this->_example_output($output); }