Jump to content

SYMFONY - thoughts, concerns, ideas?


linuxdream

Recommended Posts

At my job, we have used the Symfony framework to build a (more like 3) rather LARGE apps. We had to basically build massive extensions to the code such that it's almost a whole new framework. Anywho, I was just wondering what you all though of it as far as usability, practicality, comparison to other dev frameworks out there...

As for me, I think it's just so so. I think YAML was a bad choice for config files and the propel DB layer is too restrictive with PK's and such. We had to revert back to manual SQL too many times to count. Though I do very much like the general organization and file structure of everything. Easy to know exactly where you need to go to fix something.

B
Link to comment
Share on other sites

Well, we use a lot of joins across multiple tables and there isn't an easy way through Propel to join tables with no PK so manual SQL is the easiest way to go. A lot of what we do is beyond me but all of our senior devs say that there is no way to do what we need through Propel. So unfortunately, we've had to break out of the framework more time then we would have liked.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.