@01Kuzma
Sorry, I keep on not noticing posts recently. Thanks to bart for posting here otherwise I would never see this. Please do nudge me if I do not reply fast enough!!

I have not played with it myself but theory goes that you add a resourcetype to your autoloader. First three lines you should already have which create default namespace. I am not too sure you can have a blank resource type although you could try. I will use "row" as a resource type name.
| Code: |
$modelLoader = new Zend_Application_Module_Autoloader(array(
'namespace' => '',
'basePath' => APPLICATION_PATH.'/modules/default'));
$modelLoader->addResourceType('row', 'library/entry/db/table/row' 'Row');
|
zendframework.com/manual/en/zend.loader....loader-resource.html for more info
Let me know if that was not helpful enough.
@bart command
looks OK. I would check your case. You are asking for rej... but its responding with Rej.... . I also assume you created the controller with zend tool as well.