Error in Model class "must implements abstract method idValue" after up to V 4.6.1 |
Updated the application to version 4.6.1 via composer. As a result, such an error in the classes BaseModel and Model.
Replaced the class BaseModel code fromĀ https://github.com/codeigniter4/CodeIgni...eModel.php And now everything works. On github in BaseModel class the method is called getIdValue, not idValue. |
Welcome Guest, Not a member yet? Register Sign In |