View Single Post
Old 02-07-2009, 02:53 AM   #6 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I would advise not using any type of framework until you are quite comfortable with all aspects of PHP. Reason being is you should know how to use your language at a low level before you star using high level functions.

As for me, I don't use any frameworks. I am very much a minimalist when it comes to progrmaming, so I never start with anything I don't know I will need. If need comes for a framework, I will use it, but I never start saying "I have X framework, how can I find a way to use it." I have found that almost all programming needs can be met without a framework of any kind.
__________________

Village Idiot is offline  
Reply With Quote