$loader = new Zend_Application_Module_Autoloader(array( //Module content automatically loads the class
'namespace' => 'Blog',//namespace definition, that is, the method starts with Blog_
'basePath' => APPLICATION_PATH . '/modules/blog',//module location
));