I have a project in Cakephp 2.x, with the following code:
<?php
echo $this->Form->create('Planos', array('url' => 'addPlanos'));
foreach($ListarPlanos as $indice => $AdicionarPlanos):
foreach($totalPlanosAlunos as $contador...
asked by
02.01.2017 / 17:49