示例#1
0
文件: rb.php 项目: tejdeeps/tejcs.com
 /**
  * Constructor,
  * creates a new instance of DupManager.
  * @param RedBean_Toolbox $toolbox 
  */
 public function __construct(RedBean_Toolbox $toolbox)
 {
     $this->toolbox = $toolbox;
     $this->redbean = $toolbox->getRedBean();
     $this->associationManager = $this->redbean->getAssociationManager();
 }