diff options
Diffstat (limited to 'app/frontend/controls/grid/DummyGridElement.php')
-rw-r--r-- | app/frontend/controls/grid/DummyGridElement.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/frontend/controls/grid/DummyGridElement.php b/app/frontend/controls/grid/DummyGridElement.php new file mode 100644 index 0000000..8223bb2 --- /dev/null +++ b/app/frontend/controls/grid/DummyGridElement.php @@ -0,0 +1,9 @@ +<?php + +Prado::using('Application.controls.grid.GridElement'); + +class DummyGridElement extends GridElement { + +} + +?> |