Live data from Hacker News

What is Symfony2?

fabien.potencier.org

11–20 of 26 posts

Re: What is Symfony2?

#11
post #9
post #6

Earlier quoted context omitted.

This still conflates language with platform/framework. There's a reason PHP is big and Symfony is small - only a fraction of the PHP users have needs that are met by symfony and have the time/effort to learn symfony in the first place. There's actually probably multiple reasons, but that's the easiest one off the top of my head. PHP's used in all kinds of web places that Ruby isn't, mostly because Ruby's not a great…

> Only a portion of web work I've seen in PHP uses any community framework. This is just the way it is. This is not a good thing! It's one of the biggest reasons why the overall state of PHP development, @fabpot and friends excluded, is absolutely terrible.

> It's one of the biggest reasons why ...

One person having limited experience with professional PHP development doesn't make it the overall state of PHP development.

The majority of PHP development I've see use these community frameworks like Zend and Symfony. They also use a lot of other well established tools. Things like CodeCoverage and PHPUnit, xdebug, and countless other solid, well written tools.

I'm sorry, but when people refer to PHP development and relate to WordPress or Drupal, I can't help but shake my head. If that's your idea of professional level PHP, I'd hate to see what you think professional level code in your language looks like.

The overall state of PHP development is doing well. We have a lot of professionals writing solid code. Yes, we have a lot of people that flock to WordPress and Drupal, or pick up CI and think they are following best practices in PHP. Many move off to a framework in another language, thankful to get away from PHP and the horrible code it forced them to write.

Re: What is Symfony2?

#12
post #4

I worked with Symfony for almost 3 years, from 2008 to 2010. This year I'm working on a big Ruby on Rails project. And before 2008, most of the work I did involved hacked together PHP projects. I would say that if one can use Ruby On Rails, then of course one should. It doesn't matter whether Ruby is better than PHP as a language, what is certain is that Ruby ecosystem is much stronger than anything in the world of P…

> I've worked on a lot of PHP projects. I've worked on WordPress and Drupal and CakePHP.

Well, that's your problem right there. Don't blame C for Windows XP.

Re: What is Symfony2?

#13
post #8
post #5

To all those who have ever taken a look at Symfony: v1 was ugly but v2 is much more palatable to people with experience in Python/Ruby/Node, and the docs are pretty darn good, so have another look. If I'd be forced to use PHP for my projects — which, luckily, I'm currently not — I'd pick Symfony2 over Yii, CodeIgniter and CakePHP any day.

I'm curious; what is it about Symfony2 that makes you recommend it over CakePHP? I really enjoy using CakePHP personally, and I found Symfony v1 a headache to start with and never really got off the ground with it. It's interesting to me that the CakePHP 2.0 release got no love while Symfony2 is front page material. Any insight here would be appreciated.

I used CakePHP exclusively for many years, wrote several popular articles and contributed several components. I stopped baking primarily because I grew tired and frustrated with the community more than anything else.

CakePHP is the only open source project I was involved with where the core developers mailing list was private, new major versions were developed in private repos, and inline documentation was banned (because "inline code comments often go out of date").

It's a critical realisation that often the health of a community is more important than the product itself.

Re: What is Symfony2?

#14
PHP can be very handy for simple tasks -- and that make it very popular among starter programmers and unpopular as an enterprise, serious programming language for many experienced programmers. From my point-of-view, this is like you are trying to differentiate yourself through the tools you use and not your actual work.

The truth is that when you need to get things does PHP can be a much more convinient tool than ruby-on-rails. The following Blog describe this better than I would ever do: http://www.oreillynet.com/ruby/blog/2007/09/7_reasons_i_swit...

Regarding PHP frameworks: A year ago I decided to try most PHP frameworks. I recall working with ZendFramework, Symphony (not v2 to be honest), CakePHP and Yii. At the end of the day I preferred and used Yii simple because it made easier to start producing something useful.

Re: What is Symfony2?

#15
post #9

Earlier quoted context omitted.

> Only a portion of web work I've seen in PHP uses any community framework. This is just the way it is. This is not a good thing! It's one of the biggest reasons why the overall state of PHP development, @fabpot and friends excluded, is absolutely terrible.

> It's one of the biggest reasons why ... One person having limited experience with professional PHP development doesn't make it the overall state of PHP development. The majority of PHP development I've see use these community frameworks like Zend and Symfony. They also use a lot of other well established tools. Things like CodeCoverage and PHPUnit, xdebug, and countless other solid, well written tools. I'm sorry, b…

For quite a long time I was a PHP guy. I've used pretty much any PHP framework you'd care to name. I rolled my own unit test framework before PHPUnit even existed. I was using DBG when xdebug was launched. I was patching PHP to use FPM long before it was in core. Believe you me, I am entirely too familiar with PHP and the ecosystem around it and I wouldn't go back in part because tools like xdebug really are that bad in comparison to what you get with something like Scala or .NET.

The problem is less the language, which is slippery and broken in interesting and different ways from version to version but generally not in ways that are real killers. The real problem is that those people that you say aren't professional developers (and they're not!) and are considered important use cases. This is a language where the core developers actually care about people who splat HTML in their PHP and vice versa. They're the people who don't even know about mysql_real_escape_string (LOL), let alone PDO or doctrine-dbal. And if those guys are just hanging on, great, more power to them, but the core PHP team actually cares about the use case for these people, while for the most part, they really don't seem to care about the use case for people who want to Do It Right. The distaste from guys like Rasmus toward the various framework projects is well-known and I kinda think it has an impact on the language itself.

This is I've seen as commonplace PHP development:

-Misuse of Mediawiki as a corporate intranet, using and extending scary plugins like template parser functions.

-Autogenerated CakePHP monstrosities that barely function and doesn't if you have to make significant changes.

-Home-rolled extensions to Drupal for that one little thing that SomeCo's website really just had to have. Ditto Wordpress, ditto Joomla.

Don't get me wrong: it is entirely possible to write good PHP. I'd say, with a decent bit of conviction, that the possibility of doing so goes down sublinearly with the amount of code/feature-points/other-measure-of-size and goes down superlinearly with the number of other people touching your code. But it's totally possible to do so. I wouldn't have used it for most of a decade if it wasn't. But I am entirely and completely convinced it is the sad minority, with the crazy majority largely catered to by the PHP development team, and it's a major reason why I've gone on to saner pastures.

Re: What is Symfony2?

#16
post #4

I worked with Symfony for almost 3 years, from 2008 to 2010. This year I'm working on a big Ruby on Rails project. And before 2008, most of the work I did involved hacked together PHP projects. I would say that if one can use Ruby On Rails, then of course one should. It doesn't matter whether Ruby is better than PHP as a language, what is certain is that Ruby ecosystem is much stronger than anything in the world of P…

I totally agree with you about the difference between the Ruby and PHP communities. But I think when you say "the best hope for PHP...", you might be forgetting that not every project using PHP is a big application. I think Rails would be overkill for a smaller project (for example, an informational website for a small business), and so would Symfony (which the author of the linked article says himself). I bet a majority of the usage of PHP out there is for much smaller tasks that might benefit a little bit from a framework (or at least a separation of concerns), but would not be worth switching to a different language and platform (not to mention the deployment piece of the puzzle).

Re: What is Symfony2?

#17
I've not used Symfony2 but my colleagues say that the admin functionality is not as good as what exists for Symfony1. Is this still the case?

Re: What is Symfony2?

#18
post #9

Earlier quoted context omitted.

> Only a portion of web work I've seen in PHP uses any community framework. This is just the way it is. This is not a good thing! It's one of the biggest reasons why the overall state of PHP development, @fabpot and friends excluded, is absolutely terrible.

> It's one of the biggest reasons why ... One person having limited experience with professional PHP development doesn't make it the overall state of PHP development. The majority of PHP development I've see use these community frameworks like Zend and Symfony. They also use a lot of other well established tools. Things like CodeCoverage and PHPUnit, xdebug, and countless other solid, well written tools. I'm sorry, b…

Wow - I'm taking a bit of personal affront to this. I'm not 'one person with limited experience with professional PHP development'. I've been PHPing since 1996 (from PHP/FI), and have done work with both PHP and many other platforms. I was doing MVC in PHP4 well before most of the popular frameworks of today were even started (probably before many of their authors were using PHP).

Read this again:

"Only a portion of web work I've seen in PHP uses any community framework."

I see a hell of a lot more PHP than I actually work on myself. I've run multiple PHP groups over the last decade, and have consulted with well dozens of companies of all sizes during that time frame.

What the hell - take me out of it. Look around at most PHP code out there (go look at github or sf). It's not based on Symfony, ZF, Cake, CI or whatever your favorite framework and tools may be. That's just how it is. I didn't say it was good, but it's the state of things. No one said this was good or bad (you say it's bad, I tend to agree, but not 100%).

Yeah, perhaps I shouldn't have taken that as personally as you meant it, but I expected a bit more from you Jason. Maybe you meant that comment more at the OP - not sure.

Re: What is Symfony2?

#19

Earlier quoted context omitted.

> It's one of the biggest reasons why ... One person having limited experience with professional PHP development doesn't make it the overall state of PHP development. The majority of PHP development I've see use these community frameworks like Zend and Symfony. They also use a lot of other well established tools. Things like CodeCoverage and PHPUnit, xdebug, and countless other solid, well written tools. I'm sorry, b…

Wow - I'm taking a bit of personal affront to this. I'm not 'one person with limited experience with professional PHP development'. I've been PHPing since 1996 (from PHP/FI), and have done work with both PHP and many other platforms. I was doing MVC in PHP4 well before most of the popular frameworks of today were even started (probably before many of their authors were using PHP). Read this again: "Only a portion of…

tl;dr, Honest apology, and honest rant around people who litter HN with stupid posts.

I was a bit harsher than I should have been, but I also see quite a bit, and it's encouraging. Sure, if you look around github and SF, you see a lot of libs/class that aren't built for Zend or Symfony, but then they shouldn't be built around a specific framework. Heck, even Zend/Symf attempts to make each component indecent and replaceable.

And while you have big names like Drupal and Wordpress, people constantly prop those up as if somehow they are prime examples of professional level PHP code. It would be like me saying Ruby can't run on busy websites and use Twitter as an example. It's just old news.

And regardless of when you started PHP, it's fairly clear you haven't been as involved with the community over the past few years (or if you have, nothing in your comment gives that impression). Otherwise, you'd know about all the projects that are being launched/have been launched on top of frameworks. Open source projects, community projects using Zend, Symonfy, CI, etc.

The professional PHP community isn't made up of some rag tag group of people who don't know better. It's made up of incredibly smart people who write excellent code. I'm sorry, but nothing in Python or Ruby or any other language makes you a better programmer. They are excellent languages, but I've yet to meet a language that can fix stupid (though, some support it better than others).

I'm sorry if I offended you. But, I enjoy PHP. It's an amazingly flexible language. Yes, it has warts, but it gets frustrating every time the topic comes up on HN, people rag on it like somehow it's the worst thing since sliced bread. It gets tiresome. Worse than that, it gets insulting.

And for what? What's the point? What's the fucking point? I could easily point to Diaspora's initial launch and say "Yeah, awesome! That's what all that money buys you for an awesome open source Ruby project." But I don't. Because it's stupid. Its childish. Its pointless.

So yeah. I get it. PHP is the red headed step child that everyone likes to beat on. And that I like it makes me an immature stupid twit that doesn't know the first thing about programming. My respect for fellow professionals be damned, as they don't have a clue either. And by choosing PHP as my choice for a web language is based on clear brain damage at the hands of too many cold winters up north.

So yeah, this is me venting. And I don't mean to do it all over you. But it gets tiresome that every time there is a post about PHP, it has to consist of people bad mouthing anyone who chooses to use PHP, let alone the topic at hand.

Sorry for going apeshit all over this, and sorry for ragging on you. Your commentary is generally well appreciated. It's just getting tiresome, and I guess a part of me responds to all the comments in one.

Re: What is Symfony2?

#20
post #15

Earlier quoted context omitted.

> It's one of the biggest reasons why ... One person having limited experience with professional PHP development doesn't make it the overall state of PHP development. The majority of PHP development I've see use these community frameworks like Zend and Symfony. They also use a lot of other well established tools. Things like CodeCoverage and PHPUnit, xdebug, and countless other solid, well written tools. I'm sorry, b…

For quite a long time I was a PHP guy. I've used pretty much any PHP framework you'd care to name. I rolled my own unit test framework before PHPUnit even existed. I was using DBG when xdebug was launched. I was patching PHP to use FPM long before it was in core. Believe you me, I am entirely too familiar with PHP and the ecosystem around it and I wouldn't go back in part because tools like xdebug really are that bad…

You see, when you mention those things (Mediawiki, CakePHP monstrosities, Drupal/WordPress/Joomla), I don't equate that to professional development at all. And no, I've never run across that.

Maybe this is why my view is the way it is. I've never had to deal with the above. And I honestly don't see how a professional could work in that environment (I mean, honestly, how does someone choose to work with Joomla, and then have the gall to complain about it).

The majority of people I deal with (the very large majority) are professionals in their craft. This means they aren't just PHP developers, but when they write PHP, it's professional level code. It's what you'd find being written for any other language.

I find it odd that every time someone rags on PHP, it's generally always involves WordPress, or Drupal, or Joomla, or something akin to that. And when I read that, I understand why someone might feel that way. But then Drupal and WordPress or Joomla aren't fair examples of anything I've written in PHP. In fact, a part of me has the hutzpah to think that if you decided to use them as your tools to do something, it's your own damn fault.

So yeah. Maybe their is a large population I'm not involved with, that I know nothing about. I can't say your examples strike a chord with me. I don't have a hate for developing with Joomla because I never wanted to go there. And what little work I've done with WordPress was painful because of the architecture of WordPress, not PHP.

I'm just tired of very HN post on PHP has to result in retards (not necessarily you are mgkismal) coming out to post childish comments, or how everyone has to pepper their comments with weak shit like "Oh, I'm such a great programmer, and if I had to use PHP -- not that I have to, thank GOD for THAT! -- I'd polish that turd, LOL!"

It gets tiring. And it's insulting. Not because they are insulting a language I use. Rather, it's insulting because the community here encourages it. It's accepted. And I like to HN is filled with smart people who will judge me based on the results of my work and not the fact that fact that I didn't use a Craftsman hammer, but instead a plain wooden one that goes the job done equally well.

Sorry for the rant.

Post reply on HN