-
Notifications
You must be signed in to change notification settings - Fork 418
Description
This might sound like a dumb question, but what about adding an example project or two? I see the project page has descriptions for how to use everything, but since you made all that effort why not add a few examples? For someone like me not having done school to learn theese concepts, I understand the benefits such frameworks give with security, but examples are great this way I get the best practices from the start.
Say a project that has a welcome page and a contact page, where the contact page can recieve feedback via post.
And maby an advanced page using URL rewrite and what you consider being the advanced parts. I noticed this was explained in the readme. An example with table, where you could filter it from URL? Or think of a function that fetches articles from /YEAR/MONTH/DAY if given, or /YEAR as the more usual) Again as an example using flightphp and how to set it up correctly.
Someone? I would love to see some practical examples, if not here maby setup a new repository for such exmaples. Maby this would be the way to go, as anyone could easily contribute there?