I\'m using CakePHP 1.3, and trying to make a simple message posting board with ajax. I\'m trying to use the Js helper to submit a form on the index page, then refresh the message board\'s div to inclu
Im trying to create a simple Ajax form for a message board in a CakePHP application, but I can\'t for the life of me figure out how to properly use the Js->submit() function to submit a form via Ajax.
from what i know there is only action helper & view helper available at zend framework. 开发者_C百科
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to make this thing more generic. <%= form_for :page, :url => { :action => :create } do |form| %>
I currently have a model that the user can upload a thumbnail to the record which is then shown on the show view page. This thumbnail was originally intended so the user could easily find the case whe
I use redirect() (from uri helper) in every function who need to load the main view of my app. It redirect to the same function. My goal is to get the same clean uri, even开发者_JAVA技巧 when i use a
I\'m sure I saw a while back a rails helper method where .each in the view accepts a separator such as a comma.
I have a controller action and I want i开发者_运维百科t to be executed after any action. I have written an action helper with this method:
What are some best practices for where you should have helper classes in a .NET project? Referring to classes separate from bu开发者_Python百科siness layer stuff, but presentation and app stuff like a