To create a Symfony or not?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Kadanis
Forum Contributor
Posts: 180
Joined: Tue Jun 20, 2006 8:55 am
Location: Dorset, UK
Contact:

To create a Symfony or not?

Post by Kadanis »

Hey guys

I've got 2 pretty big projects starting in the next few weeks and have decided to move away from the more Front-Ahead Design approach ;) and use a framework.

Symfony was something I'd come across in the past and never really looked into too deeply, but now I've got a running dev server, installed it over Pear and working through the Jobeet tutorial to see how it shapes up.

Just wondered what peoples views were on Symfony. Good or bad, I don't mind. I'm really just looking for peoples experiences and if there are any gaping holes I might run into down the line, don't really want months of development to be wasted.

Cheers in advance
Theory?
Forum Contributor
Posts: 138
Joined: Wed Apr 11, 2007 10:43 am

Re: To create a Symfony or not?

Post by Theory? »

I looked at Symfony, bought the book, read up on it, and I just really don't like it. They've made this RDF so strange it's almost a brand new app in it of itself. You spend so much time making your YAML docs and compiling everything before you ever type a single line of PHP and to me that seems counterproductive. I'm sure some people like it, I just find it way too cumbersome. Also its benchmarks are lackluster at best.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: To create a Symfony or not?

Post by John Cartwright »

Theory? wrote:I looked at Symfony, bought the book, read up on it, and I just really don't like it. They've made this RDF so strange it's almost a brand new app in it of itself. You spend so much time making your YAML docs and compiling everything before you ever type a single line of PHP and to me that seems counterproductive. I'm sure some people like it, I just find it way too cumbersome. Also its benchmarks are lackluster at best.
The last time I tried symphony was a year or so back. I wasn't able to get it installed correctly and gave up on it. I have not looked back since.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: To create a Symfony or not?

Post by Eran »

Try Zend Framework or CakePHP, both are really good (ZF is my preference).
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: To create a Symfony or not?

Post by Chris Corbyn »

I've had good experiences with symfony (note the spelling). I'm using Zend these days though, just because it's closer to the sort of component-based framework I use at work.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: To create a Symfony or not?

Post by josh »

I think its better for certain kinds of apps. The fact it had a cookie cutter "shopping cart" class kind of turned me away from it, it made too many assumptions about my design. I use zend personally if anything else because of the amount of popularity it has, I know it'll be around, I know they'll keep fixing bugs, I know there will always be demand for programmers with experience in it ( until something bigger comes along ). I also feel like Zend is really easy to extend but I havent played with any other frameworks in enough detail to make that statement in 100% confidence.
Post Reply