devmln
Results
2
issues of
devmln

in controller i just get orders function TOrdersController.GetOrders:string; begin var lDS := TMVCActiveRecord.All; try ViewData['orders'] := lDS; Result := Page('orders'); finally lDS.Free; end; end; with templatepro when list just order...