Code-igniter integration in editors |
[eluser]GSV Sleeper Service[/eluser]
I'm tempted to make some CI snippets for vim snippets plugin, but I'm a lazy sod and this will probably never happen!
[eluser]adwin[/eluser]
[quote author="GSV Sleeper Service" date="1209475284"]I'm tempted to make some CI snippets for vim snippets plugin, but I'm a lazy sod and this will probably never happen![/quote] plzzz do it ... plzzz... I am using VIM at the moment ![]() cheeersss GSV ![]()
[eluser]GSV Sleeper Service[/eluser]
ok, here we go, first attempt, I've only done loader and part of the db class so far. CI snippets for VIM SnippetsEmu plugin. install snippetsEmu, stick this in .vim/after/ftplugin I will be adding more to this at some point, but please feel free to contribute! ldl = load library ldv = load view ldd = load database lds = load scaffolding ldh = load helper ldp = load plugin dbq = db query dbsq = db simple_query dbg = db get dbgw = db get_where dbi = db insert dbid = db insert_id dbar = db affected_rows dbca = db count_all dbpf = db platform dbv = db version dblq = db last_query dbis = db insert_string dbus = db update_string [edit]great, I can only upload images, how very useful...[/edit] save this as codeigniter_snippets.vim Code: if !exists('loaded_snippet') || &cp;finish
[eluser]benofsky[/eluser]
[quote author="Jemgames" date="1208807813"]I've been looking for something like this. There was a TextMate bundle avaliable for CI stuff, but it is very outdated.[/quote] Not anymore see: http://ellislab.com/forums/viewthread/77952/ ![]()
[eluser]Tom Glover[/eluser]
Has anyone thought of doing an add-in for Dreamweaver?
|
Welcome Guest, Not a member yet? Register Sign In |