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:
php cake/scripts/bake2.php app flake /home/abdallah/public_html/flake
php cake/scripts/bake2.php dbconfig flake flake user pass -persistent
php cake/scripts/bake.php flake
M => Model
C => Controller
V => View
php cake/scripts/acl.php initdb -app flake
I’ll keep on editing this entry to let you know how my cake ends up.
Similar Posts:
- None Found