示例#1
0
 public function init()
 {
     parent::init();
     $this->_table = "leads";
 }
示例#2
0
 public function init()
 {
     parent::init();
     $this->_table = "chat_requests";
 }
示例#3
0
 /**
  * Initialize
  */
 public function init()
 {
     $this->defaultStatus = Comment::STATUS_WAITING;
     return parent::init();
 }
示例#4
0
 public function init()
 {
     parent::init();
     $this->_table = "owners";
 }
示例#5
0
 public function init()
 {
     parent::init();
     $this->_table = "chat_sessions";
 }
示例#6
0
	/**
	 * Initialize
	 */
	public function init()
	{
		$this->defaultStatus = CommentArticle::STATUS_APPROVED;
		return parent::init();
	}
示例#7
0
	/**
	 * Initialize
	 */
	public function init()
	{
		$this->defaultStatus = Follow::STATUS_APPROVED;
		return parent::init();
	}