Marcus Hiles

Results 34 comments of Marcus Hiles

Woow this really getting complicated @riseoflex88 , I suggest you use normal mySql query here

@andybee we use query builder in association with PDO, hence we sconnect and select the database through PDO, before using query builder. You can try that as well, hope this...

Oh ok, gotcha @andybee Then I think your best bet here is to mysqli. Back to the basics man :-)

yeah seems like strange bug. Hope this is fixed @tsillus @marcusirgens , cos this library is good?

Simpler way would be raw mysql query @prasad83

Great this post was helpful @diogocavilha @sctt

Thanks for your post @aviggngyv , its helpful

yeah I agree it will be it would be nice to use question marks @evanirla @zuffik

@Dokans ``` $builder = new MySqlBuilder(); $query = $builder->select($table); ... $sql = $builder->write($query); //gives the raw sql query ```

Yeah I've been wondering about that myself @sinticbolivia And even after you use prepare and bind_param it still doesn't give you the sql query with the values inserted. This feature...