5

What is most similar PHP framework to Pylons? I mean mostly ideology of programming.

4
  • 1
    Pylons is a bit too long ago for me, but I found the Yii framework approachable from a python perspective. You might also check out the limonade php microframework (limonade-php.net). Commented Jan 17, 2011 at 18:59
  • 2
    I don't recall the Protoss ever being interested in PHP in the first place. Commented Jan 17, 2011 at 19:01
  • 1
    If you have a Pythonic ideology (like Pylons have), would you not use Python? :-) Commented Jan 17, 2011 at 19:59
  • Cos' I need to learn some PHP framework. Commented Jan 17, 2011 at 21:08

3 Answers 3

2

Being primarily a Python developer, and having used Pylons, TurboGears, and Django, I would whole heartedly, 100% recommend Kohana 3.x. To be completely honest I am not a huge fan of PHP, even though it is the language of choice at my current employer. Given the choice I would use Python and Pylons. But, using Kohana is just about the best framework I could hope for from PHP. I hope I am not biases, considering I work with two developers on the Kohana development team. ;-)

PHP and Python are very different. As such, there is no real equivalent of Pylons in PHP. But, I would also say there is no real equivalent of Kohana in Python

Sign up to request clarification or add additional context in comments.

1 Comment

I think I agree, but I would say that I found Pylons much easier to pick up than Kohana (and I've got a lot more experience in PHP than Python). It's possible this discrepancy is just because I'm a more experienced coder now learning Pylons than I was when I tried out Kohana.
1

Methyl, Great php framework is Codeigniter, fully documented. Also there is Kohana, if you want php5 features.

Regarding your question, Since benchmarking PHP vs Pylons they are comparing smarty with pylons, it might be similar.

I would go for Codeigniter or Kohana. Behance.net is one of the sites build on Codeigniter.

Comments

1

I used Pylons a few years ago. I don't think that there is any web framework in PHP very similar to it.

However, I find that Symfony encourages several web development patterns used in Pylons. For example, in ORM, templating, testing, configuration files, MVC, etc. Some other MVC frameworks that can be compared to Pylons are CakePHP (which is inspired in Ruby on Rails) and the Zend Framework (one of the largest, with lots of components to be extended).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.