Nette\Database own implementation of ActiveRow

Notice: This thread is very old.
Oggy
Member | 306
+
0
-

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

hrach
Member | 1834
+
0
-

There was a discussion, pull, rfc, … always denied.

Last edited by hrach (2014-03-17 09:04)