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