public function __construct($id = null)
 {
     parent::__construct($id);
     $this->primary_key = 'pid';
     $this->foreign_key['page_content_positions'] = 'page_content_pid';
 }
 public function __construct($id = null)
 {
     parent::__construct($id);
     $this->primary_key = 'pid';
 }