示例#1
0
function getTaraROSelectBox()
{
    return Tari::where('Name', 'Romania')->lists('Name', 'AidaID')->all();
}