Categories
PHP

មូលដ្ឋានគ្រឹះនៃការប្រើប្រាស់ PHP CRUD

មាតិកា I.   បង្កើត Database & Table II. បង្កើត Files php III. សរសេរកូដក្នុង config.php IV. សរសេរកូដក្នុង index.php V.  សរសេរកូដក្នុង add.php VI. សរសេរកូដក្នុង edit.php VII.សរសេរកូដក្នុង delete.php VIII.ដំណើរការកម្មវិធី I.          បង្កើត Database & Table ចូលទៅក្នុង phpMyAdmin ដើម្បីបង្កើត database មួយដែលមានឈ្មោះថា “crud_db” បន្ទាប់មកបង្កើត Table មួយដែលមានឈ្មោះ “users” ព្រមទាំង fields ដូចខាងក្រោម II.          បង្កើត Files php សូមធ្វើការបង្កើត folder មួយដែលមានឈ្មោះថា “crud_v1” ដាក់ក្នុង xampp à htdocs…

Categories
PHP

[Laravel+DBAL] Doctrine\DBAL\Driver\PDOStatement contains 3 abstract methods

I though before not to share every error I met during the development I did so far but it’s just facing more often with the same issue so let’s make it documents for others. I have a Laravel 5.5.* and use the package: Doctrine\DBAL which is on version v2.5.13, it was working fine, it might…