Nette\Database own implementation of ActiveRow
Notice: This thread is very old.
- Oggy
- Member | 306
Hi, is there any way how to set my own implementation of ActiveRow in Nette Database?
In NotORM I do this:
<?php
$notorm->rowClass = 'NotORM_MyOwnRow';
?>
I've only found this: https://forum.nette.org/…ez-activerow