On Mar 1, 2007, at 7:58 AM, MikeK wrote:
> <snip> > Now I see Cake as a viable alternative. I have no problem relearning > the > similar paradigms and getting productive on Cake -- from what I see > out > there plenty of info exists and I did get the RoR running in days so > that > should be no problem. I also saw the Cake phpBB package and am > reviewing it > to see if it will give me what I want. I really liked the productivity > I > gained in RoR, but the lack of control and deployment issues SUCKED > BIGTIME. > > Is Cake going to help me over those 2 humps? Yep. For third party apps, just stick them in your /app/webroot folder and let then function on their own. For a single sign on solution, use CakePHP's database sessions. You'll have to play a little with your other apps to make them check out the centralized session stored in the DB, but that shouldn't be a huge issue. In short, Cake is the answer to all your development problems. :) Best of luck, and join us in the IRC channel for some quick help if you run into snags. -- 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 -~----------~----~----~----~------~----~------~--~---
