Posts by Lucas Guarnieri • 36 points
2 posts
-
1
votes2
answers918
viewsA: Use id for auto-no-increment insertion
I believe that an interesting solution in this case would be to create a Trigger in the database. Thus, it would be possible to define that before entering a new record, take the next available…
-
1
votes2
answers274
viewsA: Title in url with codeigniter
I believe that the best thing is to create another field with the "fight club" Slug. So you will always find the correct result, as long as you limit not having 2 records with the same Slug. This…