I just saw this little piece of code and now I'm a bit curious about the meaning of that... is it just used for code indentation?
form_buffer('start');
{
form_validation();
}
form_buffer('end');
I just saw this little piece of code and now I'm a bit curious about the meaning of that... is it just used for code indentation?
form_buffer('start');
{
form_validation();
}
form_buffer('end');