I'm examinating all my DB stuff and I want to use stored procedures and triggers setted in a MySQL database.
If I create some type of update data in a MySQL table, when update some object, I will see the current data changed or just the data set in the PHP code?
I'm considering use just DB:: for database related... seems super radical but efficient :) :(
I'm examinating all my DB stuff and I want to use stored procedures and triggers setted in a MySQL database.
If I create some type of update data in a MySQL table, when update some object, I will see the current data changed or just the data set in the PHP code?
I'm considering use just
DB::for database related... seems super radical but efficient :) :(