| anchor_array() | ใช้คืนค่า tag a แบบ array |
|---|
method:anchor_array ( array_anchor );
return type:array
special:static
content:ใช้คืนค่า tag a แบบ array
example:$anchors = array ( "control/method"=>"one", "control/method_two"=>"two" ); echo html::anchor_array ( $anchors );
comment:ตัวแปร array_anchor มี key คือ href และ value คือข้อความที่แสดงบนลิงค์ ( title )