global $db; ob_start(); ?> = \Html::input( array( 'label' => 'Nazwa', 'name' => 'name', 'id' => 'name', 'value' => $this -> project['name'], 'class' => 'require', 'inline' => true ) );?> $clients[ 0 ] = '--- wybierz klienta ---'; if ( is_array( $this -> clients ) ) foreach ( $this -> clients as $client ) $clients[ $client[ 'id' ] ] = $client[ 'firm' ]; ?> = \Html::select( [ 'label' => 'Klient', 'name' => 'client_id', 'id' => 'client_id', 'value' => $this -> task[ 'id' ] ? $this -> task[ 'client_id' ] : 0, 'values' => $clients ] ); ?>