Posts by Octávio • 1 point
2 posts
-
0
votes0
answers33
viewsQ: Best practice for next PHP+ Mysql numbering
I have a PHP + Mysql application, and I need to create a next numbering of a record according to another column. Therefore, AUTO_INCREMENT does not solve, because it always adds one more,…
-
0
votes1
answer195
viewsQ: Using libraries downloaded by Composer in Zend Framework 1
How best to use libraries downloaded by Composer together with Zend Framework 1? I saw in the following link, explaining how to do this but in a way that does not seem to be very correct. In a…