コード例 #1
0
ファイル: class.structure.php プロジェクト: laiello/punchcms
 public static function selectBySection($strType)
 {
     $strSql = sprintf("SELECT * FROM pcms_structure WHERE section = '%s' ORDER BY sort", $strType);
     return Structure::select($strSql);
 }