0
我想在CakePHP中使用TwitterBoostrap並排放置兩個輸入。CakePHP窗體與TwitterBoostrap(控件控件行)
這是我的一段代碼
<?php echo $this->Form->create('Ad',array("class"=>"well row-fluid")); ?>
<fieldset>
<legend><?php echo __('Add Ad'); ?></legend>
<?php echo $this->Form->input('user_id',array('class'=>'span3'));?>
<div class="controls controls-row">
<?php echo $this->Form->input('state_id', array('empty' => 'Selecione o Estado','class'=>'span2','div'=));?>
<?php echo $this->Form->input('city_id', array('empty' => 'Selecione a Cidade','class'=>'span5'));?>
</div>
輸出看起來像:
State
|----------| City
|----------|
市心不是一致。我該如何解決它?
我該如何解決?
正是!謝謝! – Henricristo 2013-04-24 18:33:42