php frameworks

Soldato
Joined
18 Oct 2002
Posts
4,925
Location
Yorkshire
anyone here make use of any frameworks or do you usualy just stick with your own format ?

keep playing with a number of frameworks such as ruby and cakephp but i always seem to go back to my usual way of creating class and instanciating them when i need them. Doing it my way i seem to be able to keep track of things and easily reuse functions compaired to the the mvc layout.

I supose technically the mvc layout used in say cakephp is similar to my old ways, its just having to learn that particular framworks way of call things which i just can't be bother to do. Any one else find this ?
 
It depends on what you prefer, I personally perfer to do it the old way like you but I spend a few months with a web firm who used v-creator (google it) and it worked well, but I always felt like they werent an advantage because the code always seem to take about twice as long to write, but that might have just been me.
 
Back
Top Bottom