Questions tagged as 'framework'

1
answer

Hybrid Applications: when to use and what is the need?

With Hybrid Applications cross-platform we get development time, but I have some doubts about the true need to use a framework. The most famous PhoneGap , Ionic and Titanium are easy and friendly. But because it is in HTML ,...
asked by 27.05.2015 / 15:43
1
answer

Is a framework based on a programming language?

I know that a framework is like an application to be used in applications, but is it correct to say that a framework is based on a certain language? Example:    jQuery is a JavaScript-based framework And what's the difference of a fr...
asked by 13.04.2015 / 03:54
1
answer

Why does Codeigniter perform so well on benchmarks even if it does not follow language standards?

I see a lot of people spitting on Codeigniter, saying it's a framework junk that refuses to follow "language standards." But I find it strange to say that of the framework that has the best performance among those that are not compiled as we can...
asked by 02.03.2015 / 17:07
2
answers

Risk in allowing developers to upload .blade files

I'm developing a blog platform where users submit their template and Laravel uses that template to build the blog. The user / developer will only tell you where the values will be, for example: <h2>{{$blog->title}}</h2> Can I...
asked by 11.11.2014 / 19:10
1
answer

What sets a microframework apart from a full stack framework?

I see a lot of terms like framework fullstack when it comes to frameworks like Codeigniter, Laravel, Symfony and CakePHP (from PHP) and Django (from Python). But when talking about Silex and Lumen (from PHP), or Flask (from Python), they ar...
asked by 27.04.2016 / 21:28
1
answer

Creating PHP object from HTML

I imagine that frameworks usually do the following to create a simple text field: $campoTexto = new CampoTexto("nomeDoCampo", "valorDoCampo"); $campoTexto->gera(); The result would be: <input type="text" name="nomeDoCampo" value="va...
asked by 26.06.2014 / 21:18
2
answers

What is the Microsoft Bot Framework?

I was browsing the Microsoft Developer Network and previewed the Microsoft Bot Framework . I have two questions: What is Microsoft Bot Framework and what is it for? Actually the name is already very intuitive but I think it would b...
asked by 20.05.2016 / 21:32
1
answer

What is Spring MVC?

I'm developing a java web project and I'm using the MVC (Model-view-controller), which is a pattern of software design and I know its function is to separate the representation of user interaction information with it. So my question is what w...
asked by 19.10.2015 / 22:30
1
answer

How to filter with ANGULAR JS not to repeat the same names?

I have 2 related tables in the bank: The first table: if it is called restaurant the other Table: Cardapio. The Cardapio Table receives the primary key from the restaurant, so it becomes foreign until then, I get this information from the bank w...
asked by 08.07.2016 / 21:16
2
answers

PHP on linux or windows

Explanation: I know it's a controversial question, but I'm not an old man of the programming and I'm knowledgeable about linux, but I've never chosen it because I use C # from time to time and in my college they are pro-microsoft. So the wo...
asked by 01.05.2015 / 06:03