Ejemplo n.º 1
0
 protected static function get_fields()
 {
     return self::select_fields() . ", " . AchievementCategory::select_fields();
 }
 protected static function get_fields()
 {
     return implode(', ', array(self::select_fields(), User::select_fields(), Achievement::select_fields(), AchievementCategory::select_fields()));
 }