You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be thankful. I am going insane with how its not giving results.
this is what i am getting when i try it:
[code] #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '."author","news"."title","news"."postdate","news"."cat_id","news"."id","news_cat' at line 1
[/code]
The text was updated successfully, but these errors were encountered:
[code]
$this->db->select("news", ["[>]news_cats" => ["cat_id" => "id"]], [
"news.*",
"news_cats.name"
], [
[/code]
see this is my issue.
its not showing properly.
so can someone help me out with this code. please
it would be thankful. I am going insane with how its not giving results.
this is what i am getting when i try it:
[code]
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '."author","news"."title","news"."postdate","news"."cat_id","news"."id","news_cat' at line 1
[/code]
The text was updated successfully, but these errors were encountered: