07.02.2015, 00:46
Quote:
This is fine if you want to update one thing at a time, but I have a feeling that you're going to list them beneath each other and in that case it's a very bad thing to do. You may want to check the ORM functions 'cause that seems pretty much like what you're trying to achieve.
|
PHP код:
UpdateField("factions", "faction_name", FIELD_TYPE_STRING, "New Faction Name", "faction_id", g_Faction[factionid][ID]);
Also if I'll be using ORM, I would also use standard queries (tquery/pquery), so using those together with ORM would be okay?
Thank you for your help!