コード例 #1
0
ファイル: functii.php プロジェクト: prodixx/cataloghotelier
function getAllTariSelectBox()
{
    return Tari::lists('Name', 'AidaID')->all();
}