Welcome Guest, Not a member yet? Register   Sign In
View files with common data
#2

[eluser]xwero[/eluser]
It would be better if you got the rating in the controller
Code:
// ...
'points' => $this->ratingcounter->get_rating('13'),
// ...
By doing this you can isolate the fetching of the data and the calling of the ratingcounter library.

For the question how to show this in multiple pages you can check out the wick library. The library makes it possible to call controllers in other controllers. So all you have to do is make a controller with a method named userratings for example.


Messages In This Thread
View files with common data - by El Forum - 09-05-2008, 12:06 AM
View files with common data - by El Forum - 09-05-2008, 01:00 AM
View files with common data - by El Forum - 09-05-2008, 01:10 AM
View files with common data - by El Forum - 09-05-2008, 01:40 AM
View files with common data - by El Forum - 09-05-2008, 01:42 AM
View files with common data - by El Forum - 09-05-2008, 01:47 AM
View files with common data - by El Forum - 09-05-2008, 02:53 AM
View files with common data - by El Forum - 09-05-2008, 02:57 AM
View files with common data - by El Forum - 09-05-2008, 03:11 AM
View files with common data - by El Forum - 09-05-2008, 03:14 AM
View files with common data - by El Forum - 09-05-2008, 06:35 AM
View files with common data - by El Forum - 09-05-2008, 07:18 AM
View files with common data - by El Forum - 09-05-2008, 07:40 AM
View files with common data - by El Forum - 09-05-2008, 08:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB