![]() |
Alias Helper Feature Request - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Alias Helper Feature Request (/showthread.php?tid=65471) |
Alias Helper Feature Request - prezire - 06-15-2016 I posted this on the CI4 thread however, someone suggested this would best fit on CI3. I know the CI team follows good conventions especially when it comes to helpers, which is purposefully for views as much as possible. However, I'm lazy and created alias_helper.php that contains mostly a duplicate of CI's library's, helpers, models and such without "$this->{class}->" structure. Here are a few: Code: $this->load->model() is now model() I've yet to contribute on the GitHub Fork. Please let me know if this is possible to integrate. This would enhance everyone's productivity and make the CI3 code in a way, fancy. ![]() RE: Alias Helper Feature Request - Narf - 06-15-2016 No, it's not going to be integrated. RE: Alias Helper Feature Request - prezire - 06-15-2016 (06-15-2016, 08:16 AM)Narf Wrote: No, it's not going to be integrated. Cool. Thanks Narf. |