Welcome Guest, Not a member yet? Register   Sign In
HTML and Forms helpers
#1

[eluser]_TTT_[/eluser]
CI has HTML and FORMS helpers for what ?
I cant understed why those functions
For example

CI

echo form_open('email/send');
echo form_input('username', 'Alex');
echo form_close($string);

in Clear HTML

<form method="post" action="post/send">
<input type="text" name="username" value="Alex" />
</form>

what is reason ?


Messages In This Thread
HTML and Forms helpers - by El Forum - 11-11-2010, 06:50 AM
HTML and Forms helpers - by El Forum - 11-11-2010, 07:06 AM
HTML and Forms helpers - by El Forum - 11-11-2010, 07:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB