芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resuamer/site/application/classes/model/themelang.php
array( 'model' => 'theme', 'foreign_key' => 'theme_id' ), 'lang' => array( 'model' => 'lang', 'foreign_key' => 'lang_id' ), ); /* public $id; public $libelle; public $description; public $theme_id; public $lang_id; //*/ public function getId() { return $this->id; } public function setId($id) { $this->id = $id; } public function getLibelle() { return $this->libelle; } public function setLibelle($libelle) { $this->libelle = $libelle; } public function getDescription() { return $this->description; } public function setDescription($description) { $this->description = $description; } public function getTheme_id() { return $this->theme_id; } public function setTheme_id($theme_id) { $this->theme_id = $theme_id; } public function getLang_id() { return $this->lang_id; } public function setLang_id($lang_id) { $this->lang_id = $lang_id; } }