Welcome Guest, Not a member yet? Register   Sign In
what is worng with this foreach and for loops
#2

[eluser]cahva[/eluser]
Seems to work fine.
Code:
function index()
    {
        $this->load->library('theme_lib');
        $this->theme_lib->_add_js("/* js comment */"); // this works
        for ($i=0; $i<=5; $i++) {
           $this->theme_lib->_add_js("/* js comment */"); // does not work
        }

        echo $this->theme_lib->_embed_js;
    }
..prints 7x "/* js comment */"


Messages In This Thread
what is worng with this foreach and for loops - by El Forum - 08-13-2010, 08:11 PM
what is worng with this foreach and for loops - by El Forum - 08-13-2010, 09:22 PM
what is worng with this foreach and for loops - by El Forum - 08-13-2010, 09:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB