Subject: | it was really good :) Thx i really... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | amir reza Tahani |
Date: | 2014-09-18 08:33:21 |
|
|
|
amir reza Tahani rated this package as follows:
Utility: | Good |
Consistency: | Good |
Examples: | Good |
|
 amir reza Tahani - 2014-09-18 08:33:21
it was really good :) Thx i really used it
 Simon - 2014-09-22 08:50:46 - In reply to message 1 from amir reza Tahani
Are you sure?
This is pretty terrible
It violates pretty much every design principle there is.
delete_pdo, update_pdo, insert_pdo and select_pdo all do the same thing: execute any query
I can do select_pdo("DELETE FROM `table`") and it will delete, not select.
Also indentation and formatting is really bad
|