Welcome Guest, Not a member yet? Register   Sign In
Question about code in Loader.php
#1

[eluser]Unknown[/eluser]
Sorry about my english.

I see it in Loader
Code:
if (is_array($library))
        {
            foreach ($library as $class)
            {
                $this->_ci_load_class($class, $params, $object_name);
            }
        }
It will work?
#2

[eluser]Derek Allard[/eluser]
Welcome to CI warmoger.

Could you restate your question? If you're just asking if the code is valid, then yes, I don't see any problems with that.
#3

[eluser]Webnet[/eluser]
Yeah, there's not a question there




Theme © iAndrew 2016 - Forum software by © MyBB