Questions tagged as 'mvc'

2
answers

how to get mysql data with jquery in php mvc [closed]

I am a newbie in programming and I am learning php mvc without any framework, my questions are, should I ask the model or the controller ?, and what script should I load with jquery to get that data without reloading the page?     
asked by 14.09.2017 / 23:44
1
answer

Problem loading data with JQuery in a table

Good morning everyone. I have the problem when loading some rows in a table, I have to click several times on the link that shows this table so that the rows appear. $("#btnlogin").click(function (){ var user = $("#user").val(); var pass =...
asked by 06.09.2017 / 00:13
1
answer

The data is not displayed in the edit.cshtml view

Here is the code that I have made, but I can not make the data I want to edit appear, the data that is in the same table appears, but not the data that is in another table which is related to the main table, using the viewbag. Controller: p...
asked by 05.11.2018 / 21:14
1
answer

Upload XLS and save to MVC database [closed]

I have an excel file I need to save all your information in a database I'm working with c # mvc and javascript. And to capture the file I have: <input type="file" id="Upload"> I need your support. Thank you.     
asked by 22.11.2017 / 23:06
1
answer

Problem with routes in php mvc

I'm starting with PHP following the MVC pattern and I'm doing a website to manage products. The problem I have is that I call the controllers from different sites on the web and this generates problems for me as far as the urls. For example, I h...
asked by 08.09.2018 / 19:58
1
answer

how can I start with angular if I have a hosting in php and mysql

I want to know how I can start with angular if I have a hosting in php and mysql, try uploading a site here I leave the link but it did not work link search on google and youtube, but place more advanced topics, mostly in English, I want to st...
asked by 12.12.2018 / 14:35
2
answers

Controller by entity?

Currently I'm looking to improve my development, correcting what I'm doing wrong. I would like to know, when applying the DAO and MVC pattern, I have understood that an entity must be created that represents each table in the database, theref...
asked by 26.01.2018 / 13:09