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