Welcome Guest, Not a member yet? Register   Sign In
New Associative Array?
#5

[eluser]Dr. Seuss[/eluser]
Alright, removed the line "", so it now reads thus:

Code:
$scripts['includes']=array('superfish','layout', 'admin');
$this->load->view('common/header', $scripts);

..and I returned the "view" code to read:

Code:
<?php

    foreach ($scripts['includes'] as $key => $val) {
        echo "$key = $val\n";
    }

?>

...also tried:

Code:
<?php

    foreach ($scripts as $key => $val) {
        echo "$key = $val\n";
    }

?>

...and in desperation:

Code:
<?php

    foreach ($includes as $key => $val) {
        echo "$key = $val\n";
    }

?>
..and we are now back to the original error:

Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined variable: scripts

Filename: common/header.php

Line Number: 10


Messages In This Thread
New Associative Array? - by El Forum - 11-25-2008, 12:28 PM
New Associative Array? - by El Forum - 11-25-2008, 12:38 PM
New Associative Array? - by El Forum - 11-25-2008, 01:00 PM
New Associative Array? - by El Forum - 11-25-2008, 01:26 PM
New Associative Array? - by El Forum - 11-25-2008, 01:38 PM
New Associative Array? - by El Forum - 11-25-2008, 02:11 PM
New Associative Array? - by El Forum - 11-25-2008, 02:23 PM
New Associative Array? - by El Forum - 11-25-2008, 02:34 PM
New Associative Array? - by El Forum - 11-25-2008, 02:52 PM
New Associative Array? - by El Forum - 11-25-2008, 08:09 PM
New Associative Array? - by El Forum - 11-26-2008, 01:24 AM
New Associative Array? - by El Forum - 11-26-2008, 06:09 AM
New Associative Array? - by El Forum - 11-26-2008, 09:47 AM
New Associative Array? - by El Forum - 12-08-2008, 12:36 PM
New Associative Array? - by El Forum - 12-08-2008, 12:54 PM
New Associative Array? - by El Forum - 12-08-2008, 01:39 PM
New Associative Array? - by El Forum - 12-08-2008, 01:40 PM
New Associative Array? - by El Forum - 12-08-2008, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB