Welcome Guest, Not a member yet? Register   Sign In
how to use model?
#21

[eluser]syntaxerror[/eluser]
i replace return with echo. and it loops,
what is the difference between echo and return.
#22

[eluser]xwero[/eluser]
return breaks the loop. You have to move the return outside the loop.

I suggest you first learn to see what is happening and make logical deductions before you start asking questions.
#23

[eluser]xwero[/eluser]
Echo is a bad practice to use in functions because it creates output on the spot. if you add a function that uses echo in your controller before you call the view the output of the echo will be above the view.

I really think you should learn the basics of programming before you start developing complex functions.




Theme © iAndrew 2016 - Forum software by © MyBB