A4J
A4J

Reputation: 889

PHP/Zend learning resources for a Ruby/Rails dev?

Are there any good resources for learning PHP/Zend (perhaps specifically) for a Ruby/Rails dev? Some sort of crash course would be ideal!

I just need to know the basics so I can work on a PHP app that has been built with the Zend Framework.

Upvotes: 0

Views: 130

Answers (3)

Rimian
Rimian

Reputation: 38418

I found the Zend certification study guide was a good reference that covers what you're expected to know. It will give you some perspective: http://www.zceguide.com/

Upvotes: 1

RockyFord
RockyFord

Reputation: 8519

The PHP documentation is very good. So is the previously mentioned Zend Framework Manual and to put it all together are a couple of good quickStart tutorials:

the first is Rob Allen's ZF 1.x tutorial
The second would be the ZF quickstart

These should get you up and running...

Upvotes: 1

Lusitanian
Lusitanian

Reputation: 11122

If you are in the unfortunate position of having to use the ZF, they do have pretty good documentation here, though it's not on par with Rails' (it should be enough to let you work on a legacy app though): http://framework.zend.com/manual/en/.

Upvotes: 1

Related Questions