Poll: Code generator tool? You do not have permission to vote in this poll. |
|||
yes | 14 | 36.84% | |
no | 16 | 42.11% | |
maybe | 8 | 21.05% | |
Total | 38 vote(s) | 100% |
* You voted for this item. | [Show Results] |
add code generate tool |
Hi,
CI should add code (application skeleton) generate tool like zend or cakephp Console. Every time create and put default code in controller/view is annoying. Hope Ci authority take this issue seriously for CI 4
The largest Bengali tutorial site on Web Development in this planet
You could easily handle this using snippets for example in Sublime Text.
But I agree that it would be cool if we have a cli command like 'codeigniter generate controller controller_name' or something like this. (04-09-2015, 02:58 PM)bw.balazs Wrote: You could easily handle this using snippets for example in Sublime Text. As far as i know most of the CI developer doesn't use sublime. However even in netbeans code generator tool is little bit buggy. More over every modern famous PHP framework come with this feature. This feature will bring CI one step ahead for lazy developer
The largest Bengali tutorial site on Web Development in this planet
Perhaps packeges as restful resource will be useful to have a generator.. but simple things as controllers models views .. there is no point of that
Best VPS Hosting : Digital Ocean
(04-10-2015, 11:07 PM)rejoan Wrote:(04-09-2015, 02:58 PM)bw.balazs Wrote: You could easily handle this using snippets for example in Sublime Text. It was just an example. Every trending IDE has the ability to do this. So I agree with those who said it's not the framework's responsibility to generate controllers or models. You could even generate only the base of those so it's not a big deal I think. |