| mixing symfony with non symfony code? [message #25623] |
Fri, 13 April 2007 11:19  |
rob ganly Messages: 33 Registered: April 2007 |
Member |
|
|
hi all,
i'm about to start working on a project with a tight deadline and i am wanting to use symfony. the budget of the project has just been cut and the project manager has decided to get involved in terms of coding rather than hire another developer... anyhow it turns out that he doesn't have the interest or inclination to learn symfony and wants to write certain sections his way, which would involve ignoring totally symfony, right down to database abstraction etc.
thus i was wondering is it still worth employing symfony this time (as in, would it be difficult to incorporate the other code into the app.) or should i just employ my old faithful fusebox-hybrid architecture? bearing in mind i am still a symfony noob!
rob ganly
[Updated on: Tue, 17 April 2007 12:32]
|
|
|
|
|
|
| Re: mixing symfony with non symfony code? [message #25631 is a reply to message #25623 ] |
Fri, 13 April 2007 13:08   |
halfer Messages: 9535 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
You could each take different modules and then use mod_rewrite to combine symfony and non-symfony approaches. This will allow you both access to sessions and the database. However if you are on a tight deadline and are new to symfony, it might be a good idea to use an approach you are completely used to. I managed to stack up a whole bunch of future refactoring as a result of taking on a complex app whilst not fully understanding the symfony/MVC structure.
Remember Palestine
|
|
|
| Re: mixing symfony with non symfony code? [message #25632 is a reply to message #25631 ] |
Fri, 13 April 2007 13:22  |
rob ganly Messages: 33 Registered: April 2007 |
Member |
|
|
thanks for the advice halfer... makes sense.
i'm so geared up to use symfony though- i'm going to have a bash at it this weekend and make a decision on the way to go for monday.
rob ganly
[Updated on: Fri, 13 April 2007 15:40]
|
|
|