Pylons vs. PHP

Adam35413

New Member
I am currently running a website that is made up almost entirely of PHP. I interface with a SQL database, but I do not do anything too fancy. I was looking at Cheetah templates when I came across the Pylons framework. It looks pretty interesting, but I was wondering what a framework like Pylons gives me. Are there some amazing benefits I am missing by not going with a framework like Pylons, as oppose to the collection of PHP and Tiny But Strong template files I have?
 

Absolution

New Member
Anything template based like Pylons won't have specific advantages over PHP and MySQL in at least a customization sense. However it can generate pages faster.

But I am biased as I make my own templates and prefer doing things myself.
 
Top