adamdalechurch / simple-php

The simplest php mysql framework ever.
0 stars 0 forks source link

page abstraction from view #16

Open adamdalechurch opened 1 year ago

adamdalechurch commented 1 year ago

take whatis on example.php and move it into a function on view.

adamdalechurch commented 1 year ago

Would be cool to return a page object, whose class offers methods like 'withEditableGrid()' or 'withEditForm' to customize the view.