how to write this sql with active record |
(03-18-2021, 08:09 AM)php_rocs Wrote: @venance,Yes I have used it, but because I want to use paginate(), the query() didn't work. All I want to get data and use pager PHP Code: $this->table("mytable")->paginate(5); PHP Code: $sql = "mystatement"; |
Messages In This Thread |
how to write this sql with active record - by venance - 03-18-2021, 01:47 AM
RE: how to write this sql with active record - by php_rocs - 03-18-2021, 08:09 AM
RE: how to write this sql with active record - by venance - 03-18-2021, 08:23 AM
RE: how to write this sql with active record - by php_rocs - 03-18-2021, 11:35 AM
RE: how to write this sql with active record - by venance - 03-18-2021, 12:38 PM
|