Home > Backend Development > PHP Tutorial > 哪位师兄有zendframework的教程,该如何解决

哪位师兄有zendframework的教程,该如何解决

WBOY
Release: 2016-06-13 10:02:09
Original
878 people have browsed it

哪位师兄有zendframework的教程
zendframework ,网上大多数都是讲的初步配置,没有讲怎么定义models业务逻辑,

比如我想在models里有个bbs文件,定义一个bbs类,方法就一个show(),如果我要在controllers里的Action里面访问BBS的show方法,是不是model里的类要继承什么啊,直接是访问不到的。看书上好像说要extends Table_Db什么东西,但是我的项目暂时没用数据库,不需要数据库

------解决方案--------------------
http://framework.zend.com/docs/overview

Related labels:
bbs
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template