Posts by VictorSantos • 125 points
1 post
-
1
votes1
answer156
viewsA: Paging in Codeigniter with error Type: Error Message: Unsupported operand types
Most likely your problem is when you set the variable value: $config['total_rows'] , That is, in your controller, check the method and or return (value) of the method, which is assigning value to…