Posts by Roberto Schon • 39 points
2 posts
- 
		0 votes2 answers53 viewsQ: Form::Cakephp HelperAs if I do a for return in this options 48 weeks? <?= $this->Form->input('Semanas', array( 'options' => $semanas, 'empty' => '(choose one)' )); ?>… cakephpasked Roberto Schon 39
- 
		3 votes3 answers325 viewsQ: Create select using "for" cycleI’ve tested it in many ways, and I can’t create one <select/> with a for in PHP. The doubt is simple, I have a for that goes from 1 until 48, and I need to return these 48 numbers on one…