CodeIgniter Forums
editor reporting errors inside the CI url_helper file - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: editor reporting errors inside the CI url_helper file (/showthread.php?tid=41614)



editor reporting errors inside the CI url_helper file - El Forum - 05-12-2011

[eluser]Unknown[/eluser]
Hello I am using Nusphere php ed editor and he is reporting some errors inside your URL helper file


in line 345

for the following line of code
Code:
foreach ($x as $val){ ?>l[<?php echo $i++; ?>]='<?php echo $val; ?>';<?php } ?>

it shows following 2 errors unexpected "=" and "]"


Thoth you might wanna correct it so it dous not pass as an error anymore.

anyway great framework. Tough i like the raw SQL