Welcome Guest, Not a member yet? Register   Sign In
newbie question
#1

[eluser]Unknown[/eluser]
hello;

in the http://ellislab.com/codeigniter/user-gui...lance.html article this code is posted:

Code:
<ul>

&lt;?php foreach ($addressbook as $name):?&gt;

<li>&lt;?=$name?&gt;</li>

&lt;?php endforeach; ?&gt;

</ul>

I'm confused about the colon after the parenthesis ... is it a php operator or is that a codeIgniter operator??

thanks.
#2

[eluser]bubbafoley[/eluser]
php

http://php.net/manual/en/control-structu...syntax.php
#3

[eluser]Unknown[/eluser]
aha thanks.




Theme © iAndrew 2016 - Forum software by © MyBB