Posts by Lucas Mendes • 154 points
5 posts
-
2
votes2
answers156
viewsA: PHP: How to take exception from the model in the controller
First, if the Ldap class is present within some namespace, for you to shoot and/or capture the Exception, you need to put it in the global namespace, that is, shoot and capture using \Exception. To…
-
1
votes3
answers9179
viewsA: Integration with SIGEP Post
Recently they had to do this integration in one of the products here, I even started to develop a library (which will be available on Github), but I haven’t had time to finish. I looked at this…
-
0
votes4
answers1224
viewsA: How to exchange data between a mobile(android) and another device through Bluetooth communication?
You should use the Android SDK Bluetooth API, with the @Perrywerneck link and this Bluetoothsocket documentation I think will solve your problem.…
-
1
votes2
answers765
viewsA: How to configure the Doctrine terminal together with a Codeigniter project?
Since Doctrine is not able to recognize and automatically configure the structure and hierarchy of the directories of your application, try to re-install the dependencies of Doctrine within the same…
-
-1
votes3
answers3146
viewsA: Error when performing a database query
By error there is something wrong in writing some Query field or table or the user you are using is not allowed to perform this action in this database or table. A tip, try running this query on the…