Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CHtml::button('Update',array('submit' => array('link/update', array('id'=>$data->linkId)))
提出したURL
localhost/yiiTest2/index.php?r=link/update&0%5Bid%5D=5
この 0%5B と %5D を削除する方法????
submityuareusinの構文が間違っています。これを試して
submit
CHtml::button('Update',array('submit' => array('link/update', 'id'=>$data->linkId)))