Link to home
Start Free TrialLog in
Avatar of andieje
andieje

asked on

can you reverse engineer a third party template into a php framework?

Hello

I was wondering if I bought a simple html admin template like this one from themeforest
http://themeforest.net/item/appui-bootstrap-admin-web-app-template/8603616?WT.ac=category_thumb&WT.z_author=pixelcave

Can this be used with a framework system like Laravel or Symphony?

I've never used a framework before and I would like to start using one. However I'm not a great designer so I tend to buy templates for the design and dissect the template and add insert the bits of it that i need into my website. However I don't know whether I could still do this if I used a framework. I presume so as the templates are html/jquery

However I have seen this stack overflow question
http://stackoverflow.com/questions/7758884/what-is-a-good-php-framework-for-migrating-an-existing-app-to

So perhaps it might be better not to use a framework?  

My interest in a framework is for performance gains and standardisation.

Thanks for your help
ASKER CERTIFIED SOLUTION
Avatar of Loganathan Natarajan
Loganathan Natarajan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
a framework is for performance gains and standardisation.
You may get standardization, but you will not get performance gains from using a framework.  Frameworks are generalized solutions and as such contain a necessary and unavoidable amount of overhead.
Avatar of andieje
andieje

ASKER

Any chance id you know it was possible with laravel or falcon? Do they operate by the smae principles

Thnks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andieje

ASKER

are you omniscient? thanks x
Avatar of andieje

ASKER

thanks