例如:如何獲取在cakephp中使用表單助手實現的文本框的標籤?
<?php
................
//in my view
echo $form->input('Model.field', array('label' => 'The label', 'id'=>'txtID'));
$valueOfLabel = ??????? // how to get the label text which is 'The label'
.................
?>
我想要得到的「標籤」,這是輸入框的標籤,並將其存儲到一個PHP變量
我怎樣才能得到它? 這可能嗎?
任何幫助將不勝感激 感謝:d
你是什麼意思*得到*它的標籤值? – 2011-05-28 04:23:01
我想獲取/檢索標籤的值是'The label'.. – Bogs 2011-05-28 05:49:55
是@PawelMysior回答您要找的內容?如果不是,你可以請用用例說明嗎? – JohnP 2011-05-28 06:36:12