films.909.su fail :(
Enjoy.
Ярлыки: download, films, films.909.su, free, movie, online, watch
А хуле?!Ну а что тут скажешь...? |
Ярлыки: download, films, films.909.su, free, movie, online, watch
Ярлыки: day, life, netherlands, rotterdam
Ярлыки: жратва, life, netherlands
class AccountAdditionalServiceForm extends myForm {Класс форматтера в lib/form/myFormatter.class.php
public function configure() {
$this->setWidgets(array(
'service' => new sfWidgetFormRpcChoice(array(
'rpc_method' => 'get_all_services',
'result_field' => 'services',
'key_field' => 'service_id',
'value_fields' => array('name', 'cost'),
'expanded' => true,
'parameter1' => true,
'renderer_options'=>array(
'formatter'=>'myFormatter::AdditionalServicesTableFormatter'
)
)
)));
$this->widgetSchema->setNameFormat('service[%s]');
$this->validatorSchema->setOption('allow_extra_fields', true);
}
}
Abstract class myFormatter extends sfWidgetFormЛинка
{
static public function AdditionalServicesTableFormatter($widgets, $inputs)
{
$rows = array();
foreach ($inputs as $input) {
$rows[] = $widgets->renderContentTag('td', $input['input']);
}
return $widgets->renderContentTag('span',
implode($widgets->getOption('separator'), $rows),
array('class' => $widgets->getOption('class'))
);
}
}
Ярлыки: form, formatter, php, sfWidgetFormRpcChoice, symfony
Искал авиакомпанию и наткнулся на сабж. Нормально так удивился не увидев авиакомпании..
Ярлыки: ого