I am new to Doophp framework. I would like to write the following SQL query to be executed in Doophp. but I can't find any proper tutorials or reference regarding to this. Query is as follow;
SELECT * FROM
m_companyWHEREcomp_idLIKE%$search%ORcomp_kanaLIKE%$search%ORcomp_personLIKE%$search%
in Doo db SmartModel you can use the "custom" paramters as here: let's assume you have a model "company" so in controller
bye