Welcome Guest, Not a member yet? Register   Sign In
Is there are any strict naming convension in codeigniter?
#3

[eluser]Phil Sturgeon[/eluser]
CI is fairly flexible in its naming. You will have to be careful on the cases when writing libraries and controllers, but most of it is insensitive. There are very few variables for you to worry about, but think what you are doing when you chose model or constructer properties.

For example if you call a class property validation or load it will clash with the classes Validation and Load. That is the only real conflict you will find.

Oh and dont name a page "view" in PHP4. ^_^


Messages In This Thread
Is there are any strict naming convension in codeigniter? - by El Forum - 01-14-2008, 02:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB