// admin/views/ngos/view.html.php defined('_JEXEC') or die; class NgomanagementViewNgos extends JViewLegacy { protected $items; public function display($tpl = null) { $this->items = $this->get('Items'); parent::display($tpl); } }