array('far_key'=>'id','xforeign_key'=>'x'), ); protected $_form = array('id'=>'id','value'=>'name'); /** * Return the object of the product plugin */ public function plugin(Model_Export_Module $emo,$type='') { $c = Kohana::classname('Export_Plugin_'.$this->plugin); if (! $this->plugin OR ! class_exists($c)) return NULL; $o = new $c($emo); return $type ? $o->$type : $o; } } ?>