Most voted "framework" questions
DO NOT USE this tag for a specific framework, each has its own. A framework, in software development, is an abstraction that unites common codes between several software projects providing a generic functionality. A framework can achieve a specific functionality per configuration during the programming of an application. Unlike libraries, it is the framework that dictates the control flow of the application, called Control Inversion
Learn more…194 questions
Sort by count of
-
0
votes1
answer386
viewsHow to change the application theme in Ionic 4
I’m using Ionic 4 and I’m having a hard time changing the theme to dark. In Ionic 3, I was only in the document scss variables. and made the change: de @import "ionic.theme.default"; para @import…
-
0
votes1
answer33
viewsProblem with angular js inject
It’s been a while since I’ve been learning Angular and having some problems. I try to include a service (httpService), but an error occurs. My code: Controller.js: 'use strict'; var app =…
-
0
votes1
answer509
viewsSyntaxerror Error: JSON.parse: Unexpected Character at line 1 column 1 of the JSON data
I am trying to create an api in my application, but it is returning me the following error: Syntaxerror: JSON.parse: Unexpected Character at line 1 column 1 of the JSON data I’m using Zend Framework…
-
0
votes1
answer31
viewsDoes use of frameworks require updates?
Hello I’m using some frames like Bootstrap, jQuery and Owl Carousel and I wonder if I need to update my code whenever these frameworks update their versions. It is safe, in the sense of breaking my…
-
0
votes0
answers27
viewsIs it possible to put a <v-Calendar /> inside a <v-select />?
For some reasons of standardization I was asked if possible to put 'v-Calendar' inside 'v-select'; I researched a lot and tried in several possible ways but without success. I know this is not even…
-
0
votes1
answer47
viewsHow to limit the highest numerical value to be typed in C#?
I wish I had a maximum number in charge: salario = Convert.Todouble (Console.Readline()); Example: if you pass 4000 you will be invalid.
-
0
votes1
answer54
viewsC# How do published app use settings I changed in the app.config?
I have an app like Netframework Console, and I have the app.config in it. My app needs to use the tags from app config. that I change frequently to generate some text files, that is to say I have…
-
0
votes0
answers13
viewsInterpret file . uni with VB.net
I have a file . ini with the following structure: [00000000000] parâmetro1=xxxxxxxxxxxxxxx parâmetro2=xxxxxxxx parâmetro3=xxxxxxxxxx and this pattern repeats itself for about 2000 times. I would…
-
0
votes2
answers721
viewsHow to change the main URL in Codeigniter
I need to change the URL of a site in Codigniter, at the site root: "public_html" has the "application" folder of the Framework and has the folder: "site_new" which is where the current site is.…
-
0
votes0
answers58
viewsZxing Colorful . net
I need to create a color qrcode using zxing.net however I can’t and I can’t find 1 tutorial on the internet even searching and trying for days, Does anyone have any idea how to develop 1 color…
-
0
votes1
answer60
viewsBring multiple values from a Join in mysql
Guys, I have a question about a mysql query using the Codeigniter Framework. I have the following tables: Table Products |--------|-----------------| | id | nome_produto |…
-
0
votes1
answer8
viewsSymfony Application Publication (production)
Hello, I am new to development on Symfony and am publishing an application for the first time on a hosting on hostgator. I’m using version 5.2. I’ve already added the project files to hosting,…
-
0
votes1
answer21
viewsDWR Framework - Does not run
I am trying to use the DWR framework to populate a select from the output of another select in my JSP. Only you have no action after selecting the first select. JSP 1º SELECT: <select…
-
0
votes0
answers27
viewsDWR - Null classes
Expensive I’m having trouble injecting the classes by calling some methods using DWR with Hibernate. Code: @Controller @Transactional public class ManterArvoreClassificacaoController { @Autowired…
java ajax framework dependency-injection instantiate-objectasked 6 years, 1 month ago Kennedy Anderson 90 -
0
votes2
answers137
viewsIs there a framework in php that is similar to frontend frameworks?
First of all, obviously I understand the difference between the Back End and Front End, but my question is in the sense that the front end frameworks, comes with their components ready, example if I…
-
0
votes1
answer116
viewsCreate an accessible variable in all controllers that use the same middleware
I’m creating an EAD application, and I need all controllers that use Middleware Students to receive from the middleware itself, the variable with the user data I tried to define the variable in the…
-
0
votes1
answer37
views_wdt route error after installing Profiler on a basic Symfony 4 structure
In a basic installation of Symfony 4, unlike the full installation, it does not come with the debug profiler - development tool that provides detailed information on the execution of any order.…
-
0
votes1
answer24
viewsSlimframeworrk only accesses by duplicating bars in the URL
I am using Slimframework and I have the following code: <?php use Psr\Http\Message\ServerRequestInterface as Request; use Psr\Http\Message\ResponseInterface as Response; use…
-
0
votes1
answer98
viewsCustomize colors in ionic6
Friends and friends recently started my studies in Ionic and I started in the most current version (6.4.2) I’m having such a hard time that I’m beginning to question my intelligence. (laughs) I’m…
-
0
votes1
answer159
viewsHow do I let the user decide which variable he wants to change in python?
I am developing a framework, in the directory where it is located there is a folder called "Plugins" inside it is the modules that the user can import inside the framework using the command "use",…
-
0
votes0
answers11
viewsUpload Files by Magic Form
I’m using the Octobercms framework, and in it I use a plugin called Magic Form (by Martin M.), and the normal form (with text inputs) works perfectly, all inputs are recorded in the database, I’ve…
-
0
votes0
answers31
viewsHow do I detect logout when the browser closes or when the session closes (timeout reached, inactivity, etc.) in Laravel 8?
I am trying to change the default behavior of the Illuminate Session Cookiesessionhandler class so that when the Destroy method is invoked it is registered in the database when a user session has…
-
0
votes0
answers12
viewsReturn data with CBV using parameters in the Django url
Good evening. I am trying to return the data of a query, and even managed to make the query work. The problem is when to send the data to the template. Always appears the error that has to be a…
python django url framework django-generic-viewsasked 3 years, 6 months ago Sergio Sacchetti Junior 55 -
-1
votes1
answer129
viewsMVC/ OO events system
I’m writing my first PHP application. What I have been studying, I have chosen to learn Object Orientation and MVC. I’m building this application by following a book I have, and it’s returning the…
-
-1
votes1
answer265
viewsWhat is the KEY used in frameworks for?
Generally, when I see systems that have been made without the use of frameworks, there is no use of keys. However, all the frameworks I have used to date, all of them you need to define a key (key)…
-
-1
votes1
answer84
viewscreate intro page on multilingual website
I can’t create a intro page on my website and I believe the problem is related to Multilanguage activated. Does anyone know how to solve this? I am using the Framework Vertex.…
-
-1
votes1
answer68
viewsHow to market a framework
I have a PHP Web Development Framework, for development in my company, and the intention would be to go to the public, but I would like to know, which is the best way to generate licenses, with the…
frameworkasked 8 years, 5 months ago Mateus Aziani 192 -
-1
votes2
answers77
viewsFramework Laravel
I’m new with Laravel Framework 5.3 and can’t change the default index, which is the file /Resources/views/welcome.blade.php. I tried two things: Change the default file; Create a new file and swap…
-
-1
votes1
answer487
viewsWebservice Rest with PHP
I am doing research that will result in the development of an application and we come to the issue of using webservices, I have some questions that I would like your help. Let’s use Rest, which PHP…
-
-1
votes1
answer37
viewsLaravel database
Speaks blz people like if it is possible to configure in the file . Laravel env, put data from a database that is in firebase and work locally on the project?
-
-1
votes1
answer303
viewsProblem updating Pip on CMD
I am trying to use Robot Framework and one of the steps is to make this IP work in cmd....…
-
-1
votes1
answer538
viewsWhat does the Storage folder in the Laravel do?
In the Laravel installation, the Storage folder appears, but I never knew the real function of it. Also common is a folder of the same name in the opencart CMS.
-
-1
votes1
answer43
viewsAre the Spring Data and Spring Data JPA modules frameworks?
I believe that every beginner has difficulties understanding the concept of a framework. I’m starting to study the Spring framework, within it there are several projects or modules, and within these…
-
-1
votes1
answer40
viewsMultiplication of Values
I have a product sales system In this system the user selects the product in a Combobox, after selecting the product the field Unit Value (Textfield) is filled automatically with the value that was…
-
-1
votes2
answers48
viewsHow to Get the value of a multiplication?
System made in Vaadin + Java + Springboot + Maven + Mysql I have a sales system, where the user chooses the product he wants to buy in a Combobox, sets the amount he wants to buy (Numberfield), when…
-
-1
votes2
answers3544
viewsSQLSTATE[HY000]: General error: 1364 Field 'gender' doesn’t have a default value
I am trying to start a project in Aravel and am getting this error while selecting sex when registering "SQLSTATE[HY000]: General error: 1364 Field 'gender' doesn’t have a default value" return…
-
-1
votes1
answer224
viewsReactjs - How to call the state from an input to another Class
beauty? Well I am a layman in Reactjs, I am learning and at the same time using for work and so I have the following problem: I have a checkbox that if it is checked a button of another component…
-
-1
votes1
answer26
viewsHelp with method to add new item
Good afternoon I have this sales screen: As you can see I selected a product, set the quantity and the values were set automatically. Now my idea is, to add a new item, with the same fields,…
-
-2
votes1
answer118
viewsBest Framework for JSON
I’m with a project for android and need a framework to exchange information via webservice.
-
-2
votes2
answers66
viewsWhat is the best way to create a cross-platform game?
Good, I wanted to know the best way to create a cross-platform game (iOS, Android, ...). I’ve already researched the subject and fixed the Cocos2d-x, what do you think about this framework?…
-
-2
votes1
answer308
viewsWeb Frameworks: Frontend vs Backend
I would like to know what characterizes/differentiates a web frontend framework from a web backend framework. For example, Django is considered back and Angular is considered front, but what makes…
-
-2
votes1
answer39
viewsIs there a difference between services, plugins and modules within a mvc framework?
I’m studying the mvc structure and I’m trying to see some examples of how to structure some projects and I came up with some doubts. I saw that in some structures, they put classes with auth,…
-
-3
votes1
answer1627
viewsHow to install Laravel on a server?
In Wordpress, for example, we use ftp to upload files. However, in Laravel it is used Composer, and by what it seems it is installed locally. How do I install on a same web address? I hope it makes…
-
-3
votes1
answer66
views404 when accessing via route Edit
my Viewer @extends('tamplate.menu') @Section('content') Products New item Description Price Amount Registration date @forelse($products as $product) {{$product->Description}}…