CodeIgniter Query Missing Space -


any idea why query codeigniter missing space?

select * (`ddi_view_article_all`) lcase(path_category) 

the query should this

select * yourtablename sth = sth 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -