Another interesting topic was brought up on IRC channel today… (By the way if you don’t know about the awesome CakePHP IRC channel, you really
Month: October 2008
I came across this really awesome looking product today, called ModelBaker. It is a nice GUI environment (and then some), which allows one to easily
Update: Since writing of this article the ‘rule’ => ‘multiple’ has been implemented in cake core. It is much more convenient to use for HABTM
This is actually a quick follow-up to the tutorial I’ve posed recently, which had a few simple, but not very obvious Auth component techniques. I’d
I would like to showcase the awesome power of CakePHP by providing an introductory tutorial, which is going to cover some basics as well as
Just a quick note to point out that CakePHP fakes a BOOLEAN field in MySQL by using tinyint(1). MySQL doesn’t have a native support for
This question pops up once in a while: “How do I share session data with a third-party application?” Thankfully the answer is pretty simple, just
While this issue is certainly not specific to CakePHP, I felt it was worthwhile to point out since we are often dealing with data arrays
Media views is one really nice feature of CakePHP which doesn’t get much attention, so I figured to briefly cover it here. Actually the manual