What Framework would be best?

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
lynn10
Forum Newbie
Posts: 2
Joined: Wed Oct 08, 2014 3:00 pm

What Framework would be best?

Post by lynn10 »

Hi, I am new to this forum so I hope this is the correct place to ask this question...

I have been looking for a developer to revamp an existing website and web portal for a spring manufacturing company. It consists of 2 parts.

The site itself is currently in WP. But it also has a design portal/web app which is in ASP.

One developer told me that it would be best to stay within wordpress and convert the portal from ASP over to Wordpress as well. I'm not sure if this is actually possible as it sounded a bit weird of developing a web app through wordpress.

Many other developers have told me to just upgrade to ASP.net. I guess my question is this:
Is it okay to re-build the existing app into a plugin for wordpress? Is it even possible and would the functionality work?

Or would it be best to just upgrade to ASP.net? Not really sure of the best route to take in this case. Any help would be greatly appreciated.

Thanks!
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: What Framework would be best?

Post by Celauran »

We don't know what the web app does or how complex it is, so it's impossible for us to say one way or another what the best approach would be. Developing in WP is a pain, but you can make most things work if absolutely necessary. I don't know the first thing about ASP.net
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: What Framework would be best?

Post by Christopher »

Wordpress is PHP, so it probably makes sense to keep the portal in PHP so it can easily talk to WP. Really any of the current popular frameworks will work fine. They are free, so I recommend that you download a few and try to get the demo programs to run. If you can do that and the code/structure makes sense to you then use that framework. People usually find one is a good fit.

You may want to see if any PHP frameworks have WP integration. I would assume a framework with a big community like Symfony would have something like that.
(#10850)
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: What Framework would be best?

Post by Weirdan »

If you want to consolidate the codebase (good from maintenance standpoint and could also allow for easier integration of those two apps if you need it) then, obviously, you could either rewrite the site in asp(.net?) and upgrade your existing app to asp.net, or rewrite the app in PHP (not necessarily using WP bits, but you could if you need to).

Classic ASP is a dying breed, and it will likely share the fate of COBOL soon.
lynn10
Forum Newbie
Posts: 2
Joined: Wed Oct 08, 2014 3:00 pm

Re: What Framework would be best?

Post by lynn10 »

Guys, thank you so much! You've been alot of help :wink: So I guess there is really no right or wrong way to go about this. Just more about going with what makes sense in regards to the functionality and simplicity of what I am needing from the current portal i'm guessing.
Post Reply