Closed siteantipas closed 5 years ago
1.- The files doesn't have a more descriptive name to avoid word repetition, and for that there is the use of namespaces. But thanks anyway! That could change in the future.
2.- Good idea! the assets folder is now done :)
This framework is amazing, @Usbac
I suggest that files should be named according to what they do as it will be more descriptive. For example:
home.controller.php
,home.model.php
andhome.view.php
Secondly, an
assets
folder should be created in theapp
folder to contain images, css, js and other files rather than being in theviews
folder.assets
-- images
-- css
-- js