Why does not the $ this-> grocery crud-> like ( 'table', '___')? How to display data from a table in which 3 characters
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 28 February 2016 - 18:02 PM
Why does not the $ this-> grocery crud-> like ( 'table', '___')? How to display data from a table in which 3 characters
Posted 28 February 2016 - 18:12 PM
HEEEEELLLLLPPPPP
Posted 28 February 2016 - 18:38 PM
Can you be please clear with what you expecting out . and trying to do / achieve?
Posted 01 March 2016 - 04:32 AM
Posted 01 March 2016 - 07:56 AM
Well its simple, GroceryCrud documentation could have helped you easily..
$this->grocery_crud->set_relation_n_n('go', 'all_id','position', 'id_mkb_10', 'id_position', 'Name_RU', array('Number like "___"'));
You could simply add the where clause to relation_n_n ... as you would have done it in CI active records or $crud->where
Happy CGing :)
Posted 02 March 2016 - 05:13 AM
Thanks , you're a genius