Welcome Guest, Not a member yet? Register   Sign In
model names
#1

[eluser]zilverdistel[/eluser]
I noticed during development that when loading a model, e.g.
Code:
class Gebruiker extends Model
, it doesn't matter if I use
Code:
$this->load->model('Gebruiker');
or
Code:
$this->load->model('gebruiker');
.

I like that, but I don't find any specific information about this in the manual. What I'd like to know is if I can keep on using lower-case, or if this should be considered a 'bug'. In the latter case, I'd prefer not to further exploit this 'feature'.


Messages In This Thread
model names - by El Forum - 03-06-2008, 04:42 AM
model names - by El Forum - 03-06-2008, 04:48 AM
model names - by El Forum - 03-06-2008, 04:53 AM
model names - by El Forum - 03-06-2008, 05:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB