Re: I'm coming from Rails 3.2. There are some specific things I'd know how to do in CakePHP 2.0. Can someone help me?

2012-06-14 Thread Bruno Dias
: PHPUnit is the framework used by CakePHP 2+http://book.cakephp.org/2.0/en/development/testing.html Like you said, there's many ways to skin a cat, but these are some off the top of my head. Cheers! randy On Wed, Jun 6, 2012 at 8:19 AM, Bruno Dias bruno...@gmail.com wrote: Hi guys

Re: I'm coming from Rails 3.2. There are some specific things I'd know how to do in CakePHP 2.0. Can someone help me?

2012-06-14 Thread Bruno Dias
Hi stork! Thanks for your feedback. I'll take a look! On Jun 6, 6:01 pm, stork lubomir.st...@gmail.com wrote: One more thing about migrations - yes, CakePHP does have builtin shell for database schema dump/restorehttp://book.cakephp.org/2.0/en/console-and-shells/schema-management-a... but

I'm coming from Rails 3.2. There are some specific things I'd know how to do in CakePHP 2.0. Can someone help me?

2012-06-06 Thread Bruno Dias
Hi guys. My intention is not to make comparisons or discuss which framework is better. I know the power from both CakePHP and Rails. I'm sure that there's a way to do similar things in both of them. So, this is the situation: in Rails framework, I'm used to do somethings that I'd like to do on