- Код: Выделить всё
lmbActiveRecord :: findFirst('User', array('id = ?', '1'));
as a result i have an error:
- Код: Выделить всё
Message: Call to a member function getColumnsForSelect() on a non-object
wtf?
PS. My class where im calling findFirst() extends lmbActiveRecord class and my database table has a field `id` too...
