Welcome Guest, Not a member yet? Register   Sign In
Something going on with SQL parsing?
#11

[eluser]TheFuzzy0ne[/eluser]
Try this as your first line:

Code:
$this->db->select('n.id, u.username, u.id as userid, n.node_text as text, date_format(n.first_date,"%W::%e::%M::%Y") as date, p.url', FALSE);
#12

[eluser]Fatih[/eluser]
Thank you TheFuzzy0ne.

It is worked! I missed second parameters option in select query.

Thank you again.




Theme © iAndrew 2016 - Forum software by © MyBB