【发布时间】:2023-04-04 02:04:02
【问题描述】:
还请建议使用哪个命名空间。我是 zend 和 MVC 的新手。
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?
}
【问题讨论】:
标签: zend-framework stored-procedures zend-framework2