Execute AJAX call in PHP MVC? -
i using php framework "kissmvc", @ kissmvc.com.
but there aren't examples of how execute ajax call in 'view'-page. know how that?
this code placed in view:
jquery.ajax( { type: "post", url: '<?php echo myurl(controller_path); ?>' + "register", data: { user_name: reg_username, } });
Comments
Post a Comment