Are there web frameworks/tools that optimize for speed of development?

Posted by Ahmet Yildirim on Programmers See other posts from Programmers or by Ahmet Yildirim
Published on 2012-06-05T16:04:18Z Indexed on 2012/06/05 16:47 UTC
Read the original article Hit count: 292

Filed under:
|

I've been a PHP web developer for about 2 and a half years now. I have started using CodeIgniter framework to shorten development process a while ago. I developed 4 websites using CodeIgniter. It has been really tiring and boring due to code-repetition.

Code repetition was vast on form handling functions in controllers.So in my last project , i developed a general form input handling function.This lead a realisation that it could get even faster by more automation.

What i think i lack in my development is using CRUD & Code Generation tools. But i am wondering if there is any other utilities that shortens development process.

Which web development language or framework more inclined towards code generation utilities?

© Programmers or respective owner

Related posts about web-development

Related posts about php