回答这个问题:
if(!$session->isActive){
$session->open();
}
------
$session->open(); 里面有做
if ($this->getIsActive()) {
return;
}
的判断,所有在外部再判断一次是没必要的
if(!$session->isActive){
$session->open();
}
------
$session->open(); 里面有做
if ($this->getIsActive()) {
return;
}
的判断,所有在外部再判断一次是没必要的
2017-07-12
use \Apple as CApple;
$c_app = new CApple();
$c_app->get_info();
也是可以的,老师讲的非常详细,给个赞!!!!!
$c_app = new CApple();
$c_app->get_info();
也是可以的,老师讲的非常详细,给个赞!!!!!