芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resuamer/site/application/classes/model/videolang.php
array( 'model' => 'video', 'foreign_key' => 'video_id' ), 'lang' => array( 'model' => 'lang', 'foreign_key' => 'lang_id' ), ); /* public $id; public $titre; public $video_id; public $lang_id; //*/ public function getId() { return $this->id; } public function setId($id) { $this->id = $id; } public function getTitre() { return $this->titre; } public function setTitre($titre) { $this->titre = $titre; } public function getVideo_id() { return $this->video_id; } public function setVideo_id($video_id) { $this->video_id = $video_id; } public function getLang_id() { return $this->lang_id; } public function setLang_id($lang_id) { $this->lang_id = $lang_id; } }