Functino

My daily struggle with webdevelopment

Tag: cakePHP

CakePHP’s setFlash() compared to Rails flash

CakePHP is a great framework. I love it. It’s simple and you can build applications really fast. Anyway, since I also tried Ruby on Rails there are ceratin things that annoy me. Little things. For example the “flash messages”.
What’s that? Here ’s the rails documentation and here’s the cake documentation. You can use the flash [...]