How to invoke method from codeigniter controller when the page loads?

DDos888

New Member
Can someone please tell me how to invoke a method from the codeigniter controller when the page loads? What I want to do is to fetch some data from database and put it inside meta tags before page actually load. I obviously want to do it inside header. It should be something like this:\[code\]method, which fetches some data from db and returns it<meta property="og:title" content="<?php echo $returnedValue; ?>"/>\[/code\]Can someone give me a hand with this one? Thanks.
 
Back
Top