Welcome Guest, Not a member yet? Register   Sign In
UserGuide Correction
#1

[eluser]jdfwarrior[/eluser]
Didn't know whether to post this here or try to email someone at EL. This isn't a big issue, but, CI is praised for it's user guide so we should make it as accurate as possible correct?

Anyway, on the user guide page for the load class.. The documentation for the model function:
$this->load->model('Model_name'); is shown as the title, when, as shown in the method description, it should be $this->load->model('Model_name', 'object_name'); and maintain the note that the object name is simply an optional parameter.

As I said, not a big issue, but the other methods list the optional parameters in the heading.. figured it should be consistent with the others.

Sorry if it seems nit picky..

Link here
#2

[eluser]wiredesignz[/eluser]
Model_name should not be capitalized either, otherwise people assume they must follow suite, The CI convention is actually to use lowercase model_name.
#3

[eluser]jdfwarrior[/eluser]
[quote author="wiredesignz" date="1249611532"]Model_name should not be capitalized either, otherwise people assume they must follow suite, The CI convention is actually to use lowercase model_name.[/quote]

good call didnt even think about that.. just wonder if any of the guys will see this and change it accordingly




Theme © iAndrew 2016 - Forum software by © MyBB