Jump to content

Hydraulics

Veteran Driver IV
  • Posts

    19
  • Joined

  • Last visited

About Hydraulics

Profile Information

  • Gender
    Not Telling
  • Location
    Waterford, Ireland
  • Interests
    Coding,3D,gameDev,SoundDesign
  • American Garage Location
    Not set

Recent Profile Visitors

766 profile views

Hydraulics's Achievements

4

Reputation

  1. Agree with what everyone say's. If you are comfortable with CI, stick with it. You would need to spend time learning a new framework, which can take a little bit of time, especially If you don't understand design patterns. Laravel uses design patterns quite heavily, so If you did want to move to that framework, I would suggest you start learning them first. Dependency Injection and how IOC containers work will help you get a better understanding too. The problem with Codeigniter is you basically have to hack it, somewhere along the line. It's difficult to unit test, it doesn't play nice with composer because of namespacing/psr etc. There are workarounds using closures but it gets messy/hacky. If you just wanted to build an API, I would suggest Lumen, Laravels little brother. Good luck
  2. I recommend you don't provide such a feature. I have outlined some reasons here http://stackoverflow.com/a/28867450/337055
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.