0
votes
2answers
13 views
Event name when IBOutlet is assigned in the controller
I would like to run some logic in my Controller class once all IBOutlets get assigned. What method do I need to override in the Controller class to receive this event?
Thanks,
Rui
1
vote
5answers
117 views
+100
What is Ruby on Rails ORM in layman’s terms? Please explain
I am having trouble understanding ORM in Ruby on Rails. From what I understand there is a 1:1 relationship between tables/columns and objects/attributes. So every record is an object.
Also what …
0
votes
2answers
66 views
MVC pattern and $_POST variables
Hi,I am building a php/mysql based framework and cms , and I got stucked into passing variables using post method , from a form located in one controller, to another controller. More exactly , i built …
0
votes
1answer
43 views
MVC model in MFC
how are the classses in MFC match the model-view-control pattern ?
the model is suppose to handle the Business Logic , the control suppose to be some kind of mediator and the view suppose to be the …
0
votes
1answer
45 views
Only Home Page not working with IIS 6 and Windows Authentication in MVC
I am trying to convert my mvc applcation to run under windows authentication and have followed the steps here: http://go.microsoft.com/?LinkId=9394801
This doesn't work - …
1
vote
2answers
54 views
MVC architecture for front-end
Hi!
I am writing application in PHP (+ MySQL database), but it gonna be mainly AJAX aplication. So, I am wondering, how to create frontend? Frontend also in MVC? Is it possible?
3
votes
8answers
516 views
MVC - where do you put AJAX scripts?
I am using Kohana but this question applies to Rails, CI, or any other MVC web development framework. Where is the best place to stick one's server side AJAX scripts?
I was planning on creating an …
0
votes
1answer
3 views
retrieve LocalResource key and pass to Html.ActionLink linkText
hi, i want retrieve LocalResource key and pass to Html.ActionLink linkText.but i dont know.
0
votes
2answers
48 views
Trouble passing complex data between view and controller in ASP.NET MVC
Here's a simplification of my real models in ASP.NET MVC, that I think will help focus in on the problem:
Let's say I have these two domain objects:
public class ObjectA
{
public ObjectB …
1
vote
2answers
309 views
SelectedItem not being remembered in SelectList in ASPNET.MVC
I have the following code which is meant to populate a dropdown with a bunch of integer values and make the currently selected value (in this case, 13) be the selected item.
I've used the same …
0
votes
2answers
30 views
adding values to a select box from a controller function (Ruby on Rails)
I have a Rails web application with a select box:
<%= select_tag :foo %>
I'm looking to write a function in the controller which would populate this select box with some values. What code …
0
votes
0answers
12 views
Help with jQuery Grid in an ASP.Net MVC 2 RC with areas
I've followed Phil Haack's demo of jQuery Grid successfully in an mvc 2 rc project without areas. Now I'm trying to implement the same code in an areas project but the data is not being passed to the …
0
votes
3answers
89 views
What is MVC in Ruby on Rails?
Could someone please explain MVC to me in Ruby on Rails, in layman terms. I am especially interested in understanding the Model in MVC (Can't get my head around the model)
Thank you in advance.
0
votes
5answers
1k views
CodeIgniter: Create new helper?
Hi, I need to loop lot of arrays in different ways and display it in a page. The arrays are generated by a module class. I know that its better not to include functions on 'views' and I want to know …
0
votes
2answers
28 views
Add to <body> tag of a cakePHP app
Hello,
I have an app where I need to call some JS in the onLoad event of the BODY tag of two forms. However, I can't find how to modify the tag for just them. Does anyone know?
Frank
