Posts by fabioAlmeida • 35 points
2 posts
-
0
votes4
answers1022
viewsQ: How to keep column 'order' in sequence even after editing the order of records?
I have a table with n fields, one of which is the 'order' (obviously it is sequential: 1, 2, 3, n...): id | ordem | nome ------------------------ 1 | 1 | Fabio 3 | 2 | Gilmar 2 | 3 | Rodrigo 9 | 4 |…
-
3
votes2
answers522
viewsQ: How to integrate Facebook login with ZF1 Auth?
I have an application in ZF1 running and with authentication system that uses database query. I would like to know how I can integrate the 2 ways to log in, IE, if the user opts for facebook, have…