How does CodeIgniter begin to handle routing? A、 Direct models into controllers. B、 Forward paths to the server. C、 It does not. D、 Split the URI into segments.
When you want a class to inherit a class, like having UserModel inherit everything from Model we use the ____ keyword. A、 requires B、 duplicates C、 extends D、 inherits