Hi John, That's part of it. I am trying to use these pieces of Cake to process data from forms created with Dreamweaver.
I have included /app/webroot/index.php file and fooled around with the loadModel & loadController functions, which allow me to create controllers/models, query the database, etc. I'm stuck on getting form data into the controller. It looks like $dispatcher->parseParams handles $_GET and $_POST requests, but trying to figure out exactly how this beast of a class passes this into the controller is making my head spin. Thanks! - Tyler On Jun 21, 4:46 pm, "John David Anderson (_psychic_)" <[EMAIL PROTECTED]> wrote: > On Jun 21, 2007, at 2:42 PM, trooney wrote: > > If I want access to Cake goodness outside of routed URLs (I mostly > use this for cron scripts and the like), I create a copy of /app/ > webroot/index.php, and build off the bottom of the script. Is that > what you're after? > > -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
