Questions tagged as 'framework'

2
answers

Attribute name for the secondary key in a template in Django

I have a problem with a database imported into Django 1.6.5. In this database the columns follow the pattern: id_city, name, id_state, and so on. But django did not handle it well and I left the class like this: class City(models.Model): i...
asked by 04.06.2014 / 02:27
2
answers

Is there a framework in php that is similar to frontend frameworks?

First of all, of course I understand what the difference between Back End and Front end, however my question is in the sense that front end frameworks come with their components ready, example if I need of a Step Wizard, in the FE frameworks I...
asked by 06.12.2018 / 20:54
0
answers

DWR - Null Classes

Dear I'm having trouble inject classes by calling some methods using DWR with Hibernate. Code: @Controller @Transactional public class ManterArvoreClassificacaoController { @Autowired private ArvoreClassificacaoService acs...
asked by 22.10.2018 / 19:27
0
answers

How to center the laravel 5.7 paging links?

Hello, is there any way to center paging links that laravel 5.7 generates? So far I've created a page with eloquet results, however, the links were not centered in my template (Remember that I'm using Bootstrap4 to create...
asked by 17.10.2018 / 22:27
1
answer

Framework DWR - Does not execute

I'm trying to use the DWR framework to populate a select from the result of another select in my JSP. Only have no action after selecting the first select. JSP 1st SELECT: <select onchange="verificaHier...
asked by 28.09.2018 / 19:21
1
answer

Bring multiple join values into mysql

Well, I have a question about a mysql query using the Codeigniter Framework. I have the following tables: Products Table |--------|-----------------| | id | nome_produto | |--------|-----------------| | 1 | Camisa Tal | |--...
asked by 12.09.2018 / 03:52
1
answer

How do I set the "searched" value in input with RainTPL

I'm changing my project to RainTPL and found nothing in their documentation about it. Before I used it as follows: <form method="POST" class="row py-4" action=""> <?php $nome = (!empty($_POST['nome'])) ? $_POST['nome'] :...
asked by 05.09.2018 / 16:59
0
answers

Help to make a Sass Grid

I am creating a grid of mine in Sass, I am using Sass a short time. Could you give me tips on what to improve or what is wrong? link Note: Error code in CodePen but is working. Obg     
asked by 31.08.2018 / 21:50
0
answers

References Crystal Report not found

Good afternoon, I made a migration from a Visual Studio 2005 project to Visual Studio 2012, and now I have a problem in Crystal Reports reference:     using CrystalDecisions.Shared;     using CrystalDecisions.ReportSource;     using CrystalDe...
asked by 30.07.2018 / 19:50
0
answers

IIS failure - Read or write to protected memory

Would anyone know why this occurs? Failure occurs when accessing IIS, specifically after installing FWK 4.5.2.     
asked by 11.06.2018 / 21:12