When an action is created in a module using zend_tool, the module name isn't prefixed to the action in the controller.
The command, "zf.sh create controller index index-action-included=1 admin," creates an IndexController in the application/modules/admin/controllers directory, with an action named "IndexAction" instead of "Admin_IndexAction".
This is a duplicate