Welcome Guest, Not a member yet? Register   Sign In
$this->gb->get->('entries') Problem
#11

[eluser]tomcode[/eluser]
Well, first You do not check whether the query has been successful
Quote:if ($query->num_rows() > 0) ...

Then, WHAT kind of errors ? By reading Your code, the rest should work, supposed You have table fields 'title' and 'body'
#12

[eluser]GamingFusion[/eluser]
well this is the first error and the rest follow same thingbut with line 12

Quote:A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/feed.php

Line Number: 11
#13

[eluser]cideveloper[/eluser]
use the below in your view

foreach ($query->result() as $row)
#14

[eluser]tomcode[/eluser]
[quote author="progr@mmer" date="1240280865"]use the below in your view

foreach ($query->result() as $row)[/quote]

stupid me, yeah, that's it
#15

[eluser]GamingFusion[/eluser]
thanks guys that worked. Thanks a lot




Theme © iAndrew 2016 - Forum software by © MyBB