open source PHP web application framework that can dramatically reduce the amount of coding required in developing a full-featured website
and dramatically increase the amount of unnecessarily executing code.
if your project doesn't function, how could you not have seen that without mocking it up? and if it does work, now you have to recode it completely to make it scalable. i never understand the lure of these development platforms on top of development platforms.
It's about not reinventing the wheel. Maybe you're using your own framework, product of earlier projects. I.E., everytime you need some functions for forms validation, do you write a new set of functions from the scratch?
If that were true there wouldn't be the dozens upon dozens of frameworks that probably share little to no code between them. In fact, these frameworks are nothing but a constant reinventing of the wheel.
another PHP framework... (Score:1)
open source PHP web application framework that can dramatically reduce the amount of coding required in developing a full-featured website
and dramatically increase the amount of unnecessarily executing code.
if your project doesn't function, how could you not have seen that without mocking it up? and if it does work, now you have to recode it completely to make it scalable. i never understand the lure of these development platforms on top of development platforms.
Re: (Score:0)
It's about not reinventing the wheel. Maybe you're using your own framework, product of earlier projects.
I.E., everytime you need some functions for forms validation, do you write a new set of functions from the scratch?
Re: (Score:2)
It's about not reinventing the wheel.
If that were true there wouldn't be the dozens upon dozens of frameworks that probably share little to no code between them. In fact, these frameworks are nothing but a constant reinventing of the wheel.
Re:another PHP framework... (Score:1)