Posts by Robson Dona • 36 points
4 posts
-
0
votes2
answers46
viewsA: cakephp login never recognizes
Your error is in the table, by default Cakephp needs a username, IE, would look like this: CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(20) NOT NULL, email VARCHAR(255)…
cakephpanswered Robson Dona 36 -
-1
votes1
answer660
viewsA: how do I use push notification to show a notification to the user when changing any status in the Flutter app
I recommend to give a study on the Onesignal: https://documentation.onesignal.com/docs/flutter-sdk-setup About sending push notifications when changing some info in the app, you will need to have…
-
1
votes1
answer189
viewsA: How do I use the value of a variable in other places?
What you need from what I understand is to send a date to another screen. You can do it this way: import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; class Todo { final…
flutteranswered Robson Dona 36 -
1
votes1
answer50
viewsQ: onclick with . append sending function with variable
First of all, my code: function renderLiberarCarro(liberar, userId, docId){ var documentId = docId; var aviso = '<span class="badge badge-pill badge-sussess">Liberar</span>'; var photo =…
javascriptasked Robson Dona 36