Posts by Hélio Biancardi • 43 points
3 posts
-
0
votes1
answer95
viewsQ: Eloquent Laravel 4.2 setting Null at equal values
I’m having trouble with the ORM Eloquent where I give update in a table and a column of that table is the same as mine input he leaves null. Example: Table name idade joão 10 using the command…
laravel-4asked Hélio Biancardi 43 -
2
votes1
answer301
viewsQ: Regex by PHP position
I have the following string: 'QD 10 LT 20 PA 30' Using the preg_replace() in PHP I can only manipulate numbers. For example, take the first group of numbers: $string = 'QD 10 LT 20 PA 30'…
-
1
votes1
answer45
viewsQ: Check for string in a PHP multidimensional array
I have the following array: array => [ "c2_unid" => array:2 [ 0 => { "tipologia": "Tipologia" } 1 => { "c2_unid": "Tipo" } ] "c1_unid" => array:2 [ 0 => { "disponibilidade":…