Posts by Eduardo Dos Santos • 28 points
5 posts
-
0
votes1
answer34
viewsA: Someone can help me I’m a little new in the matter... DATABASE
Hello, the logic would be to create a table with the categories you quoted, with ID, Category. another of questions with: ID, Question, FK of the Type finally another table with: Alternative, FK of…
mysqlanswered Eduardo Dos Santos 28 -
0
votes1
answer61
viewsQ: Laravel, problem with Float fields
Hello, I am using Laravel and need to make a select in a table, also create a field that brings the result of a function. my select is like this: return \DB::table("view_pins_ocorrencias")…
-
1
votes1
answer81
viewsQ: Reuse the result of a function in Where
Hello, I am working with MYSQL, I wonder if I can use the result of a function in Where, calling by alias. today I have to repeat the code, in case that GEO function SELECT…
mysqlasked Eduardo Dos Santos 28 -
0
votes1
answer185
viewsQ: Volley Android, recover server response
Hello, I am using Volley for Android to connect to my Webservice, but I would like to display the server response independent of the Status that returns HTTP via webservice. explaining better: When…
-
0
votes1
answer103
viewsQ: How to store the error that Ci_exception provides
Hello, I would like to capture PHP errors in codeigniter and store them in the database, or at least display them more smoothly to the user, in the error_php.php file all the details I need are…