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.

The Daily Text page

Posted on January 15th, 2007 in Coding by abdallah

Yesterday, a friend in the US sent me a file containing the TMS schedule as well as the es2007 (English) in Excel format. As I was still patching this site together I thought why not use the file in Wordpress, and that was it.
Currently, the page only shows today’s scripture + comments. And I added the weekly reading schedule at the bottom. If you feel something else could be added feel free to contact me.

« Previous Page