![]() |
mbintex 8/7/2019 |
According to the manual, DAL is deprecated |
![]() |
Sergey Kornilov admin 8/7/2019 |
Method 4 is the best: |
D
|
david22585 author 8/7/2019 |
The reason I used the old DAL is because I was getting errors with the database API and couldn't figure out what the issue was. I'm getting the following error: $data = array(); |
![]() |
Sergey Kornilov admin 8/7/2019 |
All those methods are identical and produce the same SQL query at the end. It is just the matter of using the recommended method that is easier to use and is supported. |
D
|
david22585 author 8/8/2019 |
All those methods are identical and produce the same SQL query at the end. It is just the matter of using the recommended method that is easier to use and is supported. Do not forget to do unset(), it needs to be done at the end of either method.
|