2

I've been using CakaPHP and Kohanaphp but now I want to try out other frameworks from a more sophisticated OOP language for my next projects.

How can I learn the following frameworks quickly so I can immediately pick what to use:

  • Pylons
  • Sinatra
  • Ramaze

Tutorials and examples from online resources would really be great.

For php developers who've already underwent this learning experience, please share yours.

Thanks

unpangloss
  • 409
  • 9
  • 18

3 Answers3

1

Regarding Pylons. There is a good introductory book written by one of the creators of Pylons. It is freely available online at http://pylonsbook.com/

Yaroslav
  • 2,718
  • 17
  • 16
0

For Ramaze, see:

Pistos
  • 23,070
  • 14
  • 64
  • 77
0

You can also learn about setting up Sinatra with Google's App Engine (via jRuby) here: http://code.google.com/p/appengine-jruby/

Fairly quick and easy setup.

There's also this screencast at PeepCode https://peepcode.com/products/sinatra

Carl
  • 1,706
  • 1
  • 17
  • 25