Is there any difference in efficiency and resource usage between new DB() and direct DB->table()?
Got it, thanks
One is instantiated and then used, and the other only needs to be used directly or use the db helper function, there is not much difference
Got it, thanks
One is instantiated and then used, and the other only needs to be used directly or use the db helper function, there is not much difference