Marcus Hiles
Marcus Hiles
yeah agreed, the javadoc needs some updates there
@sachya but you could place the above codes for db connection in a separate file and call just include it on pages you want to execute database functions?
Hi @seojake, try using query builder https://github.com/nilportugues/php-sql-query-builder, this was helpful for a friend of mine
@dariop your question is still not clear, please provide more info on what you are trying to achieve and provide the full class codes. Just the "call" function alone is...
@dimaslanjaka in addition to @lincanbin's answer, you can put your execute statement in a try catch block, so if there's any execution error error, you can detect it. Eg. ```...
Yeah, think I noticed this too
Any update on this, query builder team :-)??
I think I noticed that too
But which version of MySqlBuilder are you using @Basili0 ?
great @evanirla , but yes PHP does sees empty string as false when its used in a conditional statement, so will be good to avoid passing empty strings