/**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('seed_channel', 'seed_id', array());
 }
 /**
  * Constructor
  *
  * @access      public
  * @return      void
  */
 function __construct()
 {
     // Call parent constructor
     parent::__construct();
     // Initialize this model
     $this->initialize('seed_generator', 'generator_id', array());
 }