Welcome Guest, Not a member yet? Register   Sign In
How to add same content on many page
#2

[eluser]Pascal Kriete[/eluser]
Hey dimethroxy,

The native way of doing this is to use libraries, helpers, and models. A combination of those can do the job 99% of the time.
In this case it's probably easiest to have a model that contains the query, and then use a a helper (or view) to format it as you like.

So in the page views you just have:
Code:
<?= last_ten_comments() ?>

Welcome to CodeIgniter.


Messages In This Thread
How to add same content on many page - by El Forum - 11-09-2008, 04:41 PM
How to add same content on many page - by El Forum - 11-09-2008, 05:15 PM
How to add same content on many page - by El Forum - 11-09-2008, 05:15 PM
How to add same content on many page - by El Forum - 11-09-2008, 05:49 PM
How to add same content on many page - by El Forum - 11-09-2008, 06:00 PM
How to add same content on many page - by El Forum - 11-10-2008, 10:30 PM
How to add same content on many page - by El Forum - 11-10-2008, 11:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB