comments

View Paste
  1. //comments_controller.php, function add()
  2. function add()
  3.     {  
  4.         if($this->RequestHandler->isAj...
This is some code for adding ajax comments to a post (similar to blog tutorial) using cakephp 1.2...