16.05.2017, 21:47
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
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