Questions tagged as 'controller'

1
answer

Laravel with laravel-admin panel

I'm new to Laravel and I'm using Laravel 5.3 with the Administration Panel called laravel-admin ( link ) I need to get the response from a radio button with Ajax before submitting the form. The situation looks like this: Use Medications...
asked by 07.01.2017 / 21:10
0
answers

Do not find Controller method

I was testing some functionality on the project site I'm doing in MVC, but it has a function that is not working anymore. When I access the site it says:    "Method App \ Http \ Controllers \ updates :: return_user () does not   exist " Ro...
asked by 19.11.2016 / 23:25
0
answers

Form does not work with laravel

Talk the following guys, I have a problem submitting a form on this site . I am not able to send an error that I do not know what is following part of my codes with error% error%: Controller: <?php namespace App\Http\Controllers; use...
asked by 14.10.2016 / 16:30
0
answers

Connect to page MVC5

Good afternoon, there is a page in the project that would be error404 when it does not find something it appears the page, only when I go to run it does not find, and when I click the right button and look for the controller it says it does not...
asked by 11.08.2016 / 21:24
0
answers

Creating routes (controller / id / action) in C #

I'm trying to create a very specific route on a page of my project. As usual, the routes in .NET are controller/action/id but in a specific page I would like it to be controller/id/action . What I got was: routes.MapRoute(...
asked by 07.06.2016 / 20:35
1
answer

Why does CodeIgniter understand a route as a directory and break the links?

I have created a system in CI that uses the template schema, with header, navmenu, template (component) and footer. For stylization I use Foundation. The problem is this: when accessing a simple route, such as home, I have no errors, but w...
asked by 18.06.2016 / 04:02
1
answer

Doubt codeigniter

Opa Galera! I'm starting with php and codeigniter, I have a question: I have two controllers, each with crud functions, but I would need create (form) views to be loaded on a 3rd page together, how do I do this? (As if they were a single form, b...
asked by 20.04.2016 / 00:58
0
answers

Unable to read data from Array

I'm having problems in the code below not being able to read the value $ scope.ids [i] .id, follows code: $scope.carregarEnderecos = function (id) { $scope.repeateEnderecos = []; $http.post(url_sistema + 'estabelecimento/listar_enderec...
asked by 02.02.2016 / 12:04
0
answers

Multiples Models in an Asp.Net view MVC c #

I have a question for a month. I have 2 tables or Models and I want them to be manipulated in the view, like: view your data as it leaves the DB and also insert data in the same tables. I saw many tips but none was complete. Can someone help me?...
asked by 03.02.2016 / 15:45
1
answer

How to create an instance of a Prestashop module inside a controller?

I would like to create an instance within the control of a given module in order to validate it in the Prestashop authenticator pattern: I'm using the Prestashop version: 1.6.1.3 Authentication Control Path: project/override/controlle...
asked by 05.02.2016 / 17:58