Posts by Gabriel • 11 points
2 posts
-
0
votes0
answers165
viewsQ: Old() with array - Laravel
Good, I’m trying to recover the value with old() but I can’t because of the variable $i. I have an input like this: @for ($i = 0; $i < 10; $i++) <input type="text" name="tempos[]"…
-
1
votes0
answers381
viewsQ: SQL ORACLE - SELECT inside a Trigger
When I try to run a Rigger that uses this function gives me error saying that the table is changing. Function: CREATE OR REPLACE FUNCTION func_tipo_inst (pCodI t_instituicao.id%TYPE) RETURN INTEGER…