Posts by gberto • 39 points
5 posts
-
3
votes1
answer508
viewsQ: Show Local Database data on screen, Ionic
The function that makes the select and roll the dice to result that’s the one: $scope.queryAndUpdateOverview = function(){ f_Select("SELECT * from cadastroPessoa",[], function(results){ $scope.dados…
-
1
votes1
answer793
viewsQ: Dynamic menu with dropdown
I need to make this menu responsive by using dropdown. For each category added it generates an item in the menu: <div class="nav-collapse"> <ul class="nav"> <?php if($secoes) { while…
-
-2
votes1
answer356
viewsQ: How to make a trasnparente form with bootstrap?
I wanted to put together a transparent form, like the photo example
-
0
votes2
answers585
viewsA: Saving in the database
<?php require '../Slim/Slim/Slim.php'; \Slim\Slim::registerAutoloader(); $app = new \Slim\Slim(); $app->response()->header('Content-Type', 'application/json;charset=utf-8');…
-
-1
votes2
answers585
viewsQ: Saving in the database
I need to save a form in the bank, with several fields input. Someone has an example of how to pass the fields. I am using the framework Angularjs (If I need to turn them into one array or use json…