set_caption($caption)
Parameters: |
|
---|---|
Returns: |
CI_Table instance (method chaining) |
Return type: |
CI_Table |
Permits you to add a caption to the table.
$this->table->set_caption('Colors');
set_caption($caption)
Parameters: |
|
---|---|
Returns: |
CI_Table instance (method chaining) |
Return type: |
CI_Table |
Permits you to add a caption to the table.
$this->table->set_caption('Colors');
Please login to continue.