17.05.2017, 08:58
Quote:
Why would you do that ?
When using mysql you can simply make your id structure auto increment and when you create a biz you can use for your example new bizid = cache_insert_id(); which will return a last id inserted |
Is cache_insert_id(); for R40? How actually it works? I have SQLID in business enum and I set in my businesses table AI that var..