InterviewSolution
Saved Bookmarks
| 1. |
What is the work of anchor tag in CodeIgniter? |
Answer»
The first parameter can have any segments you would LIKE to append to the URL. These segments can be a string or an array. The second parameter is the text that will be displayed with a link. The URL will be used in case you leave it blank. The third parameter can CONTAIN an attribute list you would like added to the link. The attributes can be a string or an associative array.
|
|