How to display corpname first, if no corpname, then username? |
In the Controller I have had the first line below, which should answer @demyr question.
And I have now inserted the 2nd line below it, and have the coding of @InsiteFX in the view page, and now everything works fine. PHP Code: $this->load->library('session'); |
Messages In This Thread |
How to display corpname first, if no corpname, then username? - by christaliise - 01-19-2021, 09:12 AM
RE: How to display corpname first, if no corpname, then username? - by paulbalandan - 01-19-2021, 09:21 AM
RE: How to display corpname first, if no corpname, then username? - by christaliise - 01-19-2021, 11:39 AM
RE: How to display corpname first, if no corpname, then username? - by InsiteFX - 01-19-2021, 12:19 PM
RE: How to display corpname first, if no corpname, then username? - by christaliise - 01-20-2021, 02:41 AM
RE: How to display corpname first, if no corpname, then username? - by InsiteFX - 01-20-2021, 04:05 AM
RE: How to display corpname first, if no corpname, then username? - by christaliise - 01-20-2021, 04:27 AM
RE: How to display corpname first, if no corpname, then username? - by demyr - 01-20-2021, 07:27 AM
RE: How to display corpname first, if no corpname, then username? - by christaliise - 01-20-2021, 11:31 AM
|