AMH 社区首页
AMH社区 - 开放自由有价值的社区
[综合话题] $this -> _echo($EchoName); 什么都没显示 |
|
---|---|
turpan |
turpan 发表于 2013-12-29 12:20:57
<?php
class NewClass { public $name = 'NewClass'; function GetName() { Return $this -> name; } } ?> $EchoName = $this -> _class('NewClass') -> GetName(); $this -> _echo($EchoName); 这个到底是什么样的mvc 。 。 $this -> _echo($EchoName); 什么都没显示 !!!!!!:Q
点赞,加油! (0分)
2013-12-29 12:20:57 1
|
com |
_echo好像是输出在源代码中的。
查看网页源代码看看。
回复
2013-12-29 13:02:22 2
|