請同時建議使用哪個命名空間。我是zend和MVC的新手。使用存儲過程的ZF2相冊教程
module.php
public function getServiceConfig()
{
// what code here?
}
**Album\Model\Album.php**
{
//what code here?
}
**Album\Model\AlbumTable.php**
{
//what code here?
//do we have to use this class or a different class?
}