I have a piece of code that is needed in 2 of my controllers, but not all of them. Where does this method belong?
I\'m trying to make a drawing application with ExtJS4, the MVC-way. For this, I want to make several widgets. This is my code for a widget:
I have the following backbone.js code. I\'m using an object literal for organizing my code, which has left me with a question regarding the best way to proceed. The application (in its simplified form
I\'m new to Backbone.js, and I\'m trying to figure out where state variables should live. My use case:
Trying to figure out the MVC-concept. I have a NSC开发者_如何学GoustomView that implements drawRect:, which is based on a delegate specified in the controller of the custom view.My question is, shoul
Imagine a list with some items. Each item is a movie and includes: the title a ranking with stars (1-5)
开发者_JS百科What is to be the value of $id is determined by a php file, \'afile.php\', which gets to the view using include(\'view_file.php\'). I want the form in \'view_file.php\' to post data back
I am totaly newbie in PHP frameworks, so sorry for stupit question. I like MVC architecture, but 开发者_运维问答could you please help me to answer question how to design page with more than one blocks
I have created a form with zend form. I process the data in one action and then redirect to the another action.
I am reading through a table in jquery and I am trying to pass the value to a method from a class.I am trying to write the following but can`t figure what is wrong.