コード例 #1
0
ファイル: WYLoopElement.php プロジェクト: bcneb/WebYep
 function aLoopIDs($sN)
 {
     global $webyep_oCurrentLoop;
     $webyep_oCurrentLoop = new WYLoopElement($sN);
     return $webyep_oCurrentLoop->_aLoopIDs();
 }