<?php
class IndexAction extends Action {
public function index(){
}
?>中才有效果,写在PublicAction.class.php中不起作用,<?php
class PublicAction extends Action {
public function common(){
}
?>那我在其他页面继承Public_common.htm就没有导航条的效果了。亲们是怎么用的继承的呢?感觉模板继承功能很强大~
最佳答案