#1 nmvr2600
在sae里面,在普通php页面里面我调用sae_debug能够输出日志,为什么在controller里面没作用?比如下面:class Application extends spController{
function login(){
sae_debug("call login");
...
$this->display("{$tpl}/login.html");
}
另外speedPHP那个dump能不能在SAE里面用?
2011-01-11 14:33:31
class Application extends spController{
function login(){
sae_debug("call login");
...
$this->display("{$tpl}/login.html");
}
2011-01-11 14:33:31
2011-01-12 07:12:18
2011-01-12 20:43:59
2011-01-13 16:06:12
2011-01-13 16:49:38
2011-01-14 09:32:32