Recommend this page to a friend! |
All requests | > | What is the best PHP pdo mysql class? | > | Request new recommendation | > | Featured requests | > | No recommendations |
by gautam - 1 month ago (2022-10-09)
+1 | I want to create a PHP MySQL project and use a PDO connection class. |
+1 | by Slavko Srakocic 55 - 1 month ago (2022-10-10) Comment External URLs are not allowed in recommendations, i will try to cheat it : Search web for "phporacle" to see newer code here : https: github.com slavkoss fwphp tree master vendor b12php Db_allsites.php Example to use Db_allsites.php (< 500 lines) is : ...tree master fwphp glomodul adrs (most simple) or blog example : ...tree master fwphp glomodul blog - seems complicated but is not. Although it is not elaborated enough, it gives a clear idea of what, in my opinion, the use of the PHP crud framework should look like. (Framework is for me code skeleton, code snippets for copy, paste). |
0 | by Manuel Lemos 22655 - 1 month ago (2022-10-09) Comment PDO itself is already a class. Anyway, try this package if you want a course that helps you to configure the connection to a MySQL server. |
Recommend package | |
|