convert value from routes/uri to string |
(04-14-2019, 07:01 AM)dave friend Wrote: Did you do this? I know and I have tried it and failed if I use the method above. the error is only caused because the value of value is not string type. if I use a basic query I am not happy to see $value flanked by single quotes, if I use an automatic query builder consider the value of $value to be a string but the disadvantage (in my opinion) if using this method is less flexibility. if you are willing to help me to change it to a query builder I am very happy. PHP Code: public function user_campaign($key, $value) |
Messages In This Thread |
convert value from routes/uri to string - by DELE - 04-13-2019, 01:42 AM
RE: convert value from routes/uri to string - by Wouter60 - 04-13-2019, 02:13 AM
RE: convert value from routes/uri to string - by DELE - 04-13-2019, 02:50 AM
RE: convert value from routes/uri to string - by Wouter60 - 04-13-2019, 03:04 AM
RE: convert value from routes/uri to string - by DELE - 04-14-2019, 05:48 AM
RE: convert value from routes/uri to string - by dave friend - 04-14-2019, 07:01 AM
RE: convert value from routes/uri to string - by DELE - 04-15-2019, 06:26 PM
RE: convert value from routes/uri to string - by dave friend - 04-16-2019, 07:02 AM
RE: convert value from routes/uri to string - by dave friend - 04-16-2019, 07:21 AM
RE: convert value from routes/uri to string - by DELE - 04-16-2019, 08:40 AM
|