Posts by Carlos Pinheiro • 53 points
5 posts
-
0
votes0
answers96
viewsQ: PDO DAO PHP doubts on Insert
I’m trying to make an Insert using Pdo and dao, I have little knowledge in the case, I did on top of a model that works very well, only when I do with more fields and another bank the code does not…
-
1
votes0
answers769
viewsQ: Json object in Ionic 2
I’m starting with Ionic 2 and Node.js and I’m trying to consume the API I created, but I’m having trouble locating the problem when I try to generate a ngFor listing from a JSON, so I’ve read ngFor…
-
1
votes2
answers658
viewsQ: Errors with Put and Delete methods - Methodnotallowedhttpexception - Laravel and Angular
Hello, follow my fight with angular and Laravel. Now I’m having trouble with put and delete methods, I did nothing but what I had before in my code, I’m just adding more models - where I copy the…
-
0
votes0
answers307
viewsQ: Angular form with Laravel
I have two tables: Invitations and Process. A process can have an invitation as well as an invitation belongs to a process. In this way I made the relationship in the database where the Invitation…
-
3
votes2
answers1007
viewsQ: Blade and Angular JS Incompatibility in Laravel 5
I’m having trouble using Angularjs along with Laravel’s Blade. After researching this site myself, I discovered that to resolve the conflict with Laravel the latest method is using the @{{}} in the…