摘要: public function childId($value = null) { static $key = 'media_app_child_id'; if ($value!==null) { $this->Session->write($key, $value); } else { $value = $this->Session->read($key); } return $value; }$child_id = $this->childId($child_... 阅读全文
posted @ 2013-04-02 15:46 linksgo2011 阅读(326) 评论(0) 推荐(0)