Cake Baking

Posted on January 24th, 2007 in Coding by abdallah

I started learning Ruby on Rails last month and it was quite interesting. However, I couldn’t move the project I was already working on smoothly over to RoR because the guy working with me on it couldn’t handle learning a new language/framework in the middle of the race…
So it was back to plain old php or finding another framework that didn’t mean too steep a learning curve. And here it was, CakePHP. I already saw Cake a while ago, but I wasn’t into frameworks then (=
So, after reading the book and fiddling around with the settings a couple (7) of times, here’s my own cake recipe:

[ bash Code ]
  1.  
  2. php cake/scripts/bake2.php app flake /home/abdallah/public_html/flake
  3. php cake/scripts/bake2.php dbconfig flake flake user pass -persistent
  4. php cake/scripts/bake.php flake
  5.     M => Model
  6.     C => Controller
  7.     V => View
  8.     php cake/scripts/acl.php initdb -app flake
  9.  
  10.  

I’ll keep on editing this entry to let you know how my cake ends up.

Post a comment

You must be logged in to post a comment.