Posts by Bruno Assis de Tassis • 303 points
7 posts
-
1
votes1
answer29
viewsQ: Equivalent inspectdb function on Node
Hello! In Django there is a function called inspectdb that maps every database creating models of the model.py file. Is there a function or lib equivalent javascript or Node.js?…
-
1
votes2
answers613
viewsQ: Store an array of select in a js variable
I need to go through several select and store your value in an array with jQuery, but I can’t. How can I do this?
-
3
votes2
answers7000
viewsQ: Laravel, call Action from a Controller from a View?
I have a View where inside it I would like to add the link of a Controller with your Action specifies and when loading this View to Action that Controller be triggered. Example: within a View I have…
-
2
votes1
answer364
viewsQ: How to change the default name of an eloquent column
I am on a project that is in production, and by default when we use a foreign key in eloquent we follow the following "user_id" rule for example to store user id. Only at the bank I’m working they…
-
1
votes2
answers881
viewsQ: LARAVEL Login by email or username
Hello, I’m developing an application in Laravel 5.2. * and I need to implement a login system by username or login, someone has an idea of how to configure or do this type of method?
-
9
votes2
answers1017
viewsQ: Add new fields dynamically
I’m creating a app calculating credits from a school report. DOUBT: How to add a new EditText when the user clicks on the "+" button next to it and sums up the values of each EditText.…
-
2
votes2
answers533
viewsQ: Alertdialog from another class
My problem is this, I have a Activity calling methods of a common Java class for performing operations. Now I have arisen the need for one of these methods to be a AlertDialog, I have already…