Posts by Guilherme Ramos • 11 points
5 posts
-
-1
votes1
answer152
viewsQ: Restricting access to routes if the user is not logged in Vuejs
I am unable to block routes are going through normal without authentication I am developing a web application and I have a question about how to prohibit access to routes if they are not logged in,…
-
-1
votes1
answer261
viewsQ: Block access to Vue js routes if you are not logged in
I am unable to block routes are going through normal without authentication I am developing a Dashboard and came to doubt how to prohibit access to routes if not logged in, with this, I thought of…
-
-3
votes1
answer79
viewsQ: how to solve the modal problem by taking the last id
<div class="panel-body"> <table class="table table-striped task-table"> <thead> <th class="col-sm-1">Sistema</th> <th…
-
0
votes1
answer233
viewsQ: Problem when creating a connection between PHP and Postgresql
I am unable to make the connection to the Postgresql database. Follows the code: <?php class Conexao { private $usuario; private $senha; private $banco; private $servidor; private $porta; private…
-
1
votes0
answers36
viewsQ: create a Rigger to allow you to lend a book only to students who have 'MT' status
the teacher asked to make a Rigger in postgresql, only that can not do no if someone can help me, create Function emprestimo_book() Returns Trigger language plpgsql as $$ Begin if( Insert Loan…