Re: Online baking tool for CakePHP

2015-03-20 Thread dft
REALLY good thinking, Christian! On Thursday, March 19, 2015 at 7:04:50 PM UTC+1, Matthew Kaufman wrote: > > very nice! > > On Thu, Mar 19, 2015 at 7:09 AM, gabriel > > wrote: > >> Brilliant !! excellent work. Makes my life so much easier as I am only >> developing online and not locally, and

CakePHP & WorkFlows

2008-04-04 Thread dft
Hello all, Please has anyone succeeded in integrating a workflow engine with CakePHP? I'm currently looking at the open source ezComponents (http://ezcomponents.org) and the WorkFlow engine they have. Can't seem to be able to make head or tail of where to begin, even after going through the intro

Re: Best Practices - "Modular Blocks & Actions"

2007-08-17 Thread dft
hi Alan, That's true. I'll look into using requestAction to preload, and then try out the caching. Thanks for the link, looking at it right away. Thanks Femi TAIWO On Aug 16, 3:13 pm, alan <[EMAIL PROTECTED]> wrote: > You might consider initially loading all of your content serverside > instead

Hiding User Requests Using POST instead of GET

2007-06-23 Thread dft
Hi, Simply put: Can I somehow force the framework to parse POST instead of GET for the requested controller action ? The 411: I've spent quite a while trying to solve this, but I've been building a school portal with cakephp for a few days now, and I'm trying to achieve something I haven't s