Posts by Samuel Vincenzo • 35 points
4 posts
-
1
votes1
answer459
viewsQ: Creating a C#Client-Server architecture
I made a test application in N layers (access to Database, presentation, business (model) and transfer objects) worked quietly and learned a lot about 3 layers and N layers. Now I’m willing to do a…
-
0
votes0
answers357
viewsQ: Webservice PHP Soap
Opa Personal, Good Afternoon! I’m having trouble consuming a webservice. Fis a basic program to consume but is presenting the following error message: "Request should be informed". I could not…
-
0
votes4
answers381
viewsQ: Fill value in combobox when you click checkbox
I’m registering clients and has a checkbox that fills an input with "EXEMPT, leaves it as "READONLY" and needed to fill a combobox with a value that is in options. But I’ve tried everything and I…
-
1
votes1
answer88
viewsQ: Connection error using namespace
I have a file that is responsible for the connection to BD and is in PDO. <?php namespace clientes\model; class conexaoPDO { public static $instance; private function __construct() { } public…