Questions tagged as 'mvc'

1
answer

default MVC for Controller in codeigniter

I have the following scenario, some models that will be accessed via administration (site) and via client (app), in administration it can read and write data and in the client only read data. My question, what is the best way to follow the MVC...
asked by 21.03.2017 / 01:00
1
answer

Laravel - Does not take the table column

I'm in a dilemma in Laravel that I can not solve, and I've tried a lot of things and now I've stuck here: What I want is to give% of a column value of my table by echo . Code no input : public function retorna_curso() {...
asked by 15.11.2016 / 22:04
1
answer

How to send the PartialView input to a controller?

I tried to find something that would get me this doubt, but there is nothing concrete for what I want. I'm using Visual Studio 2015 and MVC 5 and Razor in my project. I have a form (Create) with a submit in a partial view and I have this p...
asked by 15.12.2016 / 11:35
1
answer

Format table date mysql and show in Smarty

I'm developing a page in PHP, using MVC structure and rendering the tamplete files with Smarty. However, you have been struggling to get a date via MySQL (see the format: YEAR-MONTH-DAY HOUR: MINUTE: SECOND I'd like it to appear in the fol...
asked by 16.10.2016 / 05:30
1
answer

Processing of text files

I am processing files .txt , however I process more than 1 file at a time, but in the database only saves 1 file, debugando I see that it reads and processes the 2 files, or up to 3 depending on how many files I am processing. Below is...
asked by 04.08.2016 / 15:11
2
answers

Retrieve via Jquery custom data attribute value

I am a beginner in programming and I have a question about Jquery (if I am wrong, please correct me ... rs). I have a screen that generates several div's dynamically with information about clubs, and inside each div has a button that when cli...
asked by 29.07.2016 / 21:34
1
answer

What Structure / Role of a Web Service?

I have a project in which I should create a website and an application (Intel XDK) of it, I thought it would be more ideal to have a 'core' of the application itself to do the communication of the database, so on the site just go requesting the...
asked by 15.04.2016 / 06:13
1
answer

Print data from an array of PHP objects

I hit a bit with bank return using POO and MVC, and in case I'm bringing bank data where the date is equal to the current date, the problem is that I created an array of objects to store this return, and I have to display the data on another pag...
asked by 23.04.2016 / 05:37
1
answer

Catch click event a tag when it has not yet loaded in $ (document) .ready MVC - RAZOR [closed]

I dynamically create in my View via razor data that is populated in a table. In my last td I have the following elements: <td class="row-actions fixed-col"><a name="excFaturamento"><i class="fa fa-times"/></a></td...
asked by 10.12.2015 / 18:34
2
answers

C # MVC 4 - Action gives Error 404 [closed]

I'm a beginner in C # MVC 4 and I set up a website for learning purposes. On the contact page of the site there is a form that automatically sends emails. When I squeeze it locally straight from Visual Studio 2013 (IIS Express) it sends the e...
asked by 14.12.2015 / 18:25