Questions tagged as 'framework'

1
answer

How to pass a variable to another page using IONIC?

Hello, I'm making an application using the IONIC framework and I'm having trouble passing parameters to another page. I have the list of items (which are data that are coming from the database) and in each item I have a "details" button that...
asked by 30.01.2018 / 20:10
0
answers

Laravel - Error "TokenMismatchException" - Form?

Why Laravel is giving error after submitting form, even inserting into form. {!! csrf_field() !!} It's still giving erro === TokenMismatchException Localhost - xamp - W 7 32 bts - PHP 7.2.0 in the windows environment Composer...
asked by 21.01.2018 / 03:52
0
answers

Doing the Rebase DLL or EXE, is it worth it?

While developing an assembly , I ended up "discovering" the following option:    Project Properties > Build > Advanced > DLL Base Address and looking for information, I understood that we can specify the base address to load...
asked by 02.10.2017 / 16:36
1
answer

Notification with C # Framework, is it okay?

I would like to know if you have how I can use notification hub or other notifications with the C # Framework? If so, how does anyone have an example?     
asked by 05.10.2017 / 15:45
0
answers

Doubt about 404 non-existent error

I have a question, and I do not know what to do. I am using Zend Framework 1.12, PHP5.6. It happens that my system is in a subdirectory called "system": / system / application / ... My public folder: / system / public / In some syste...
asked by 29.09.2017 / 23:23
0
answers

Error Message When Adding Data to Form Generated in Phreeze Framework

In all applications generated using the PHP Phreeze framework in local environment (Xampp), when you add a record through the form, which was also generated, you get the following error message for the user:    An unknown error occured...
asked by 17.01.2017 / 21:02
0
answers

ASP.NET MVC + Checkbox how to proceed? [closed]

I have a list where you can register a SOCCER TIMES in CHAMPIONSHIPS, that is, I need to select several teams for a league, I make a list with checkboxes but I do not know how to proceed later: <ul> @foreach (var item i...
asked by 30.11.2016 / 00:05
1
answer

How to use the Npgsql reference for framework versions smaller than 4.5?

Well, I made an application through Visual Studio 2015, in Windows 7. However, the application will be used in the future, also in Windows XP. The problem is that there is a "Npgsql.EntityFramework" reference, which needs a version of NETFramewo...
asked by 08.07.2016 / 21:46
0
answers

How to configure uI-mask clearOnBlur inline?

Is there any way to configure Inline mode clearOnBlur of ui-mask ? According to the documentation, one of the ways to set ui-mask is Config Provider > (or something like this), as in the example below: app.config(['uiMask.ConfigP...
asked by 11.07.2016 / 16:43
3
answers

How does Laravel "keep" the routes?

In Laravel , in both 4 and 5, we can use a class called Route to create certain routes. My curiosity is: how do Laravel (or other frameworks) do to "know" that a given route corresponds to a url? Is this all saved in so...
asked by 15.04.2016 / 20:46