Just thinking about putting all my ajax functions into 1 controller but what
would it be called? Ajax Ajaxs?
 
What is the best way to do something like this?
 
<?php
  class AjaxController extends AppController
  {
      var $name = 'Ajax';
      var $helpers = array('Html', 'Form');
      var $components = array('Email');
}
?>
 
 
 
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to