tomislav12
Results
2
comments of
tomislav12
trafficstars
Another question, I found this inside the library code: ``` "SetOutputLimits(...) This function will be used far more often than SetInputLimits. while the input to the controller will generally be...
I have it working with this model: ``` class Rights extends RabbitORM\Model { var $table = 'rights'; var $incrementing = TRUE; const RightsDefinition = '{"name": "Rights", "table": "rights"}'; private $id;...