Posts by clarodrigues • 53 points
3 posts
-
1
votes0
answers287
viewsQ: Conversion error in Restsharp Deserialize method
I have a method that consumes a Rest and then deserializes using a class. It was working, but maybe by changing the return made appear the error. My method is like this: public void LoadPedidos() {…
-
1
votes2
answers1749
viewsA: Update HTML Table with PHP
Hello, Joca. I did exactly what you were doing some time ago. Let’s go by parts: For input you must set the name attribute as an array: echo '<td align="center"><input type="text"…
-
3
votes1
answer761
viewsQ: Lumen and Firebird Database
Lumen and Eloquent can be used in a Firebird database that is already used by another application, without the ORM making changes to the database structure? Another detail: it is possible to access…