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
answer420
viewsIn ZF2 how to set a value in a Zend Form Element Text in the view?
The Form: $this->add(array( 'name' => 'valor', 'type' => 'Text', 'attributes' => array( 'required' => true, 'class' => 'form-control', 'maxlength' => '100' ), 'options' =>…
-
0
votes1
answer677
viewsError with controller in codeigniter named system.php
I’m working on a project that’s in Codeigniter. There is a controller called system.php that is to access the admin, only when I try to access it that way localhost/meusite/system/método, it gives…
-
0
votes2
answers119
viewsAttribute name referring to secondary key in a model in Django
I have a problem with an imported database for Django 1.6.5. In this database the columns follow the pattern: id_city, name, id_state and etc. However, Django did not handle it well leaving the…
-
0
votes1
answer1137
viewsTake data from a specific cakephp field
Etou starting now with Cakephp, and I’d like to know how to get the value of a specific field. For example, I have the name and email fields. How to get the name field value? PS: I know you have the…
-
0
votes1
answer220
viewsGetting Data from a Manytomany Relationship with Doctrine2
I have the following relationship N:N between teacher tables and classes, where there is a third teacher table. I want you to list the teachers and bring me all the classes this teacher teaches…
-
0
votes1
answer1242
viewsCodeigniter - Postgresql database query (multi database)
Well, I am developing an application that makes a listing. The listing is produced by consulting a database. The x-list is generated only by the query in the x-bank, the y-list, generated only by…
-
0
votes1
answer109
viewsProblem with Paging and forward with Zend Framework 1
Use ZF1 and I’m having trouble using the _forward(), The reason is that if I redirect it to a paginated page, the url gets the method of the action that was submitted. Well, for example, if I have a…
-
0
votes3
answers7458
viewsFrameworks for Java reporting
Good morning. I wonder if besides Jasperreports with iReports there is another reporting framework that you would recommend to me. What would it be? I need at least 2 frameworks, one of them I…
java framework report ireport jasper-reportsasked 9 years, 8 months ago Giancarlo Abel Giulian 3,999 -
0
votes1
answer764
viewsHow to translate codeigniter error messages?
Guys, how do I translate the error messages that codeigniter displays? Where can I download the files and how to set up? Already I am grateful! vlw.
-
0
votes1
answer472
views -
0
votes3
answers1278
viewsVariable appearing as html - IONIC FRAMEWORK
I’m starting at Ionic, I followed this tutorial, all right until then, however, when I go to index.html and put the variable {{firstname}}, in the browser it shows as if it were going through html,…
-
0
votes1
answer242
viewsWhen opening Popover[bootstrap] the screen loses focus and goes to the top
I have a query screen where I feed an html table with the database records. In one of the columns, of each row, there are some options like edit, delete, add photos and another option that opens the…
-
0
votes0
answers95
viewsRadiobutton inside the popover is not checked via javascript
I have a query screen where I feed an html table with the database records. In one of the columns, of each row, there are some options like edit, delete, add photos and another option that opens the…
javascript jquery twitter-bootstrap framework bootstrap-3asked 9 years, 7 months ago LeoFelipe 1,455 -
0
votes2
answers253
viewsGet counter of objects associated with Laravel 5.x
My model Project has n Pieces (which is also a template). I want to add a function or Lazy Property to know how many parts are associated with a given project. Grateful.…
-
0
votes1
answer112
viewsDoubt about Asp.net mvc 5
Framework 4 supports MVC 5 ? Because I have a site that is in mvc 5 and iis 6 is not opening the site, after clicking enter the login screen the page is blank. I saw that iis 6 does not support…
-
0
votes1
answer190
viewsComponents of the Spring MVC Framework
Good morning guys, I’m having trouble finding some specific information regarding Spring MVC, for example: Bar of Loading: JSF uses the Progress Bar component, Struts 2 o Ajax File Upload Plugin,…
-
0
votes1
answer748
viewsAre there other GUI libraries besides awt, swing and javafx?
I wanted details and what are these libraries for to help me develop my video rental software.
-
0
votes1
answer46
viewsJpanel disappearing while getting a get on it
I am building a layered application using the Spring Framework, I am new and well be doing it the wrong way. My problem is this, as you can see in the image below I have the PrincipalFrame and the…
-
0
votes1
answer336
viewsHow to work layouts and javascript in php frameworks
I am doing a course on frameworks and would like to know the following. The tool name itself already speaks: PHP framework Question: You mean the organization of html layouts and scripts based on…
-
0
votes1
answer43
viewsGridiview in Asp.net mounting
Good afternoon, you guys. I have a doubt when it comes time to mount a gridview I do not possess much knowledge in c# I did so string sql = "SELECT…
-
0
votes1
answer77
viewsError while trying to update Visual Studio 2015 / Framework to version 4.6.1
I downloaded the visual Studio 2015 and everything was fine, but unfortunately I work with a shared machine and the other user ended up deleting the installations of . Netframework 4.6.1 , now I’m…
-
0
votes2
answers431
viewsCreating a website and back-end with PHP frameworks
I’m creating a website with back-end system. I have always done this process using only a framework like Laravel or Codeigniter, but talking to some people more experienced in this subject,…
-
0
votes1
answer99
viewsHow can I turn a bootstrap(html,css,javasript ) template into a . Zul (Views of the Zk framework)
I am programming in Zk, I would like to take a Bootstrap template and turn to a ZK Views.
-
0
votes1
answer44
viewsDoubt about Framework
Buenas Devs! I’m new in the area and I’m facing a doubt that literally has been taking my sleep... What is the best (ease x performance) framework to be used currently? W3.CSS SCSS SASS Bootstrap…
-
0
votes1
answer1223
viewsDisplay the category posted in post type in wordpress
How do I display the category registered in a post type in Wordpress? I’m using the Odin Framework, I created a post type called products and would like to display the category next to the post. Ex:…
-
0
votes0
answers83
viewsCannot perform CAS Asserts in Security Transparent methods EXT.NET - Localweb
When I move my project to Ocaweb, I get the following error message, someone knows how I can resolve?…
-
0
votes1
answer73
viewsInstallation phalcon-devtools
Good staff, I’m trying to install phalcon-devtools in xampp and I’m doing what the official documentation says to do Here. I already set up the xampp with the phalcon dll and I already did a mini…
-
0
votes1
answer167
viewsCSS Grid Framework System
I am new to the CSS Framework branch, my question is as follows. Tool independent (Bootstrap, Materialize, etc.) how is the process of creating a website using CSS grid? Not the operation of the…
-
0
votes1
answer79
viewsHow to use an unmanaged DLL in the Microsoft Bot Framework?
I want to make a bot for facebook using Microsoft’s Bot Framework (C#) and also use a tool called Chatscript, which is written in C++. I turned chatscript into a DLL and called it in a console…
-
0
votes1
answer476
viewsFramework c# with windows Form Application
I’m looking to develop a C# ERP with windows Form App, I wonder if there is any framework for this part. Because I searched and found Entity, but I couldn’t find if I can use it in desktop…
-
0
votes1
answer102
viewsWhat microframework should I use?
I am currently studying the Fat-Free Framework however I am struggling with many problems some functions simply do not work as they should, and others behave very differently from what is…
-
0
votes1
answer787
viewsAsset function of the Laravel is not referencing
I have a project and I honestly do not know what I did differently, but at the time of opening it, out of the blue all images, files css and javascript are not being referenced. I’m using the…
-
0
votes1
answer76
viewsSystem.Drawing Image Class unavailability
This class is not available. System.Drawing.Image; I use Vs 2013 and Netframework 4.5.2 and the dll system.Drawing v.4.0 I already added the references and already imported a "new" dll and is not…
-
0
votes0
answers3639
views -
0
votes1
answer588
viewsImplement recaptcha in an Ionic app
I tried to use all the plugins I found to check (captcha) within my application. I am using the Ionic framework. I wonder if there is a plugin that works inside the html code in this case. Some of…
-
0
votes2
answers44
viewshow to orient image using image intervation
I need something to guide the image in the right way and then appear. I’m using Laser and image intervation <?php $img = Image::make("{{$file->caminho}}{{$file->nome}}")-orientate(); ?>…
-
0
votes0
answers91
viewsMini Framework Mvc
This is the mistake you are making when I call this method in my controller Warning: end() expects Parameter 1 to be array, null Given in C: xampp htdocs php_mvc Libs System.php on line 55 Warning:…
-
0
votes0
answers30
viewsMultiple Framworks within a separate folder domain
I have a framework, where I want to divide it into several frameworks (MVC) per folder at the root of the domain. At the root of the domain I have no file, there are folders where I have file at the…
-
0
votes0
answers40
viewsI need that visual style
Hello! I urgently need help to develop an advanced search style like Zap Real Estate (in mobile mode). Is it possible to do it in pure CSS or are there Frameworks? I’m on hold! <script>…
-
0
votes1
answer80
viewsMobile Framework for Development in Cordova
I am developing a hybrid application that uses Cordova and I need solutions for the graphical part of the APP. In principle I think about using Bootstrap, but as I have little knowledge in mobile…
-
0
votes2
answers149
viewsWeb2py - Error using SQLFORM.Factory()
I can’t fix one error that appears when I try to expose a form to two tables of the SQLite. The error is as follows: Traceback (Most recent call last): File…
-
0
votes0
answers73
viewsProblems with the. NET Framework version
I have an ASP.Net MVC 5 and Webapi application, in version . NET 4.5.2 and post them to my FTP server I have the following error (image at the end of the post) And asking for the company’s technical…
-
0
votes0
answers63
viewsParameter in the Register
I wonder if it is possible to pass a parameter by url on auth pattern of Laravel, the one made for make:auth register/login because this login would use in the table user?…
-
0
votes1
answer81
viewsPhp frameworks comparison software
Good night, you guys. Can anyone direct me to some php frameworks comparison software? Software that compares performance, response time, load time, etc.
php software-engineering testing framework functional-testingasked 6 years, 3 months ago Maurício Biléssimo 351 -
0
votes1
answer86
viewsHow do I set "searched" value in input with Raintpl
I’m moving my project to Raintpl and found nothing in their documentation about it. Before I used to wear it like this: <form method="POST" class="row py-4" action=""> <?php $nome =…
-
0
votes0
answers50
viewsProblems get_userid() - Codeigniter
I’m having a little trouble. If someone can help me, when I put my information and click 'Submit', gives the following error in my application: PHP Error was encountered Severity: Error Message:…
-
0
votes2
answers64
viewsIs there anything in MVC that is equivalent to the <Asp:Repeater> of Web Forms?
I am mounting a form where some fields may or may not repeat, example: Course 1: Course [input text] Institution [input text] Year of completion [input text] Course 2: Course [input text]…
-
0
votes1
answer32
viewsWhat are colors and routers in various PHP frameworks
I’ve always used PHP without a framework. I use the MVC standard, but I only created a pro view folder, a pro controller and a pro model, but recently I decided to study a framework and it uses such…
-
0
votes1
answer76
viewsSwitching components at runtime in Ionic 3
Good afternoon, is my first question here on the forum. I have a doubt, and I do not know how to research, I am inciante in Ionic 3. I would like to know of has for example: I have a page, when it…
-
0
votes1
answer82
viewsmiddleware redirecting to login screen
good afternoon everyone! I have the route below: Route::get('produtos', 'ProdutosControlador@index')->middleware('auth:api'); well it happens that using Postman I am trying to access and for any…