Hi All,
I am using php with code igniter. I am designing a website with php. I have a requirement in brief described as below:
I have a view page with table in it. I load this view from many different controller .php files. Now i want one of the item in the table to appear with different colors when loaded from different .php controllers. Is this possible. Please give me a sample code to try out the same. Please let me know if you have any questions so that i can edit the same question and with your query.
I load my view by using the below code
$this->load->view('header');
Thanks in advance for all you help provided.