Questions tagged as 'mvc'

0
answers

Mini Framework Mvc

This is the error you are having when I call this method on 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: array_pop () expects pa...
asked by 07.02.2017 / 13:22
0
answers

Paging with JQuery PHP MySql in MVC model

Well I'm having a problem, I have a table with the conversations of an internal system chat that was created here in the company. My task will be to page the history generated with the "Previous" and "Next" buttons by limiting the number of mess...
asked by 02.12.2016 / 16:55
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

Class modularisation doubts

I am developing an application for didactic purposes, college end of semester work, in this will do CRUD of the disciplines in a table in the already created bank, "DISCIPLINES" , I thought about creating a list of processes, if you want to red...
asked by 04.10.2016 / 19:22
1
answer

User to see only Items of the Operational unit that is in your register

I have a vehicle management system. The company in which I work has several business units, so the user can only see the cars of the unit on which he works. This I was able to do, but whenever someone logs in the system it replaces the data of t...
asked by 14.09.2016 / 18:57
0
answers

How do I retrieve the calling code for my view in the MVC model?

Hello, the question is this: I have a Controller called dinChamado.class.php, with the following methods: public function comentario() { $obj_chamado = new daoChamado(); $this->setVar('sch_codigo',$obj_chamado->...
asked by 30.09.2016 / 18:08
1
answer

Change button after clicking JSF

I've got the following problem, I have these two buttons that do: X: Retrieves the value of a graph +: Adds the value of a graph Ineedittolooklikethis:WhenIclicktheXbutton Itswitchestothe+button,astheyhavedifferentfunctionsasyoumightnotic...
asked by 17.10.2016 / 20:01
1
answer

How does the MVC Archiver + Service layer work?

To try to find some documentation for this, if anyone has a book that deals with the subject please inform.     
asked by 17.05.2016 / 18:38
0
answers

Spring Web MVC - Controller not working

I'm trying to make a basic application, with a controller that sends a message to the screen and put CSS in the project, but either the CSS works or the controller. Here are the codes:  1) NetBeans Projects \ SpringMVC \ web \ WEB-INF \ dispat...
asked by 09.06.2016 / 17:43
0
answers

Java Spring MVC error 400 - Search for 2 fields

Galera, blz?! Next, I'm finalizing a project for college completion and I'm getting a very strange error. I already analyzed with another class friend, but we could not identify. I need to search for two fields, one field per title, and an...
asked by 10.06.2016 / 06:01