コード例 #1
0
 public function __construct($id = null)
 {
     parent::__construct($id);
     $this->primary_key = 'pid';
     $this->foreign_key['page_content_positions'] = 'page_content_pid';
 }
コード例 #2
0
 public function __construct($id = null)
 {
     parent::__construct($id);
     $this->primary_key = 'pid';
 }