Welcome Guest, Not a member yet? Register   Sign In
simple looping
#11

[eluser]metaltapimenye[/eluser]
@eggshape: thx for the details,i got that bug fixed..
Code:
$year_present=date('Y');$data['year_present']=$year_present;
            $e=$year_present-80;
            $year_arr[]='pick yer birth';
            while ($year_present >= $e) {
                $year_arr[] .= $year_present;
                $year_present--;
            }
            $data['year_arr']=$year_arr;
@richard: does calling form helper from controller script will work? how we could put it in view script?

..thx




Theme © iAndrew 2016 - Forum software by © MyBB