refreshing form in cakephp
Is there any function to refresh form in ca开发者_StackOverflow中文版kephp.
CakePHP being PHP, the function would be to refresh the page. Perhaps you are looking for an Ajax or Javascript solution that changes parts of the form according to values entered elsewhere?
use jquery window.reload()
. :)
精彩评论