Posts by Augusto Soares de Camargo • 41 points
3 posts
-
1
votes0
answers256
viewsQ: How to access a Twig variable via Javascript?
I am creating an autocomplete to use in my system and I am using Twig... My script is very simple and with some searches on the internet, that’s what I got: <script type="text/javascript"> var…
-
1
votes0
answers36
viewsQ: What is a Repository? What is it for?
I would like an explanation about what a Repository is. I crossed with the term in an online course I’m doing, but I didn’t get it right...
phpasked Augusto Soares de Camargo 41 -
2
votes0
answers45
viewsQ: Why is my localhost adding an extra bar?
trait Pagination{ private $totalRegistros; private $limite; private $offset; private $totalPaginas; private $segmentoUrl; private $links; private $explodeBarrasUrl; private $posicaoPaginaUrl; static…