Welcome Guest, Not a member yet? Register   Sign In
Poll: Code generator tool?
You do not have permission to vote in this poll.
yes
36.84%
14 36.84%
no
42.11%
16 42.11%
maybe
21.05%
8 21.05%
Total 38 vote(s) 100%
* You voted for this item. [Show Results]

add code generate tool
#1

(This post was last modified: 04-10-2015, 08:28 AM by ciadmin.)

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
Reply
#2

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.
Reply
#3

why not create a poll for it ?
Reply
#4

this is IDE's job
Reply
#5

(04-09-2015, 11:42 PM)gadelat Wrote: this is IDE's job

+1
Reply
#6

(04-09-2015, 02:58 PM)bw.balazs Wrote: 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.

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 Tongue
The largest Bengali tutorial site on Web Development in this planet
Reply
#7

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
Reply
#8

i created a sumple CRUD for my models and i have a simple base controller, and i use netbeans, how code generator can speed up my development? can a netbeans plugin do them for me?
ressan.ir
CI is nice Heart
Reply
#9

(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.
But I agree that it would be cool if we have a cli command like 'codeigniter generate controller controller_name' or something like this.

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  Tongue

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.
Reply
#10

I dislike using cli with php development.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB