tags:

views:

18

answers:

0

Someone work with nooku framework ?

with entry point

defined('_JEXEC') or die('Restricted access');
if(!defined('KOOWA')){
    JError::raiseWarning(0, JText::_("Koowa wasn't found. Please install the Koowa plugin and enable it."));
    return;
}
$view = KRequest::get('get.view', 'cmd', 'hellos');
echo "<pre>";
var_dump(KFactory::get('admin::com.hello.dispatcher'));

KFactory::get('admin::com.hello.dispatcher')->dispatch($view);

when var_dump i get a object , but i don't see dispatch()