23.11.2018, 00:31
Alguйm sabe uma maneira de fazer isso de uma maneira mais autonoma:
nгo queria deixar redundante e trabalho, carregar todas as informaзхes de maneira simples e rapida.
como eu faзo comumente no PHP com CRUD:
pau no c* de quem reclamar q estou usando pvar
PHP код:
//Pawn
SetPVarInt(playerid, 'column 1', cache_get_field_content_int(0, "column 1"));
SetPVarInt(playerid, 'column 2', cache_get_field_content_int(0, "column 2"));
SetPVarInt(playerid, 'column 3', cache_get_field_content_int(0, "column 3"));
SetPVarInt(playerid, 'column 4', cache_get_field_content_int(0, "column 4"));
como eu faзo comumente no PHP com CRUD:
PHP код:
//PHP
$model = new table::find();