I know this is a lot to ask from anyone. But if anyone here have enought time on there hands and are willing to help. Please use GitHub for this example. This would allow me to fually switch my project over to using just Phalcon. Thank you so much to anyone willing to help!
PLEASE NOTE: This must be all FLAT-FILE only. NO DATABSE.
- Login & Logoff (session) with HTML form (examples)
- Protected & Guest Pages (examples)
- Access Control Lists (ACL)
- Admin (this will just be one person in this group with all access)
- Permissions: Everything.
- Mods (can be more then one, logged in moderators group)
- Permissions: View, Create, Update, Delete.
- Users (will be more then one, logged in users group)
- Permissions: Only View. NOTHING ELSE.
- Guests (default none logged in group)
- Permissions: NONE. Only see Login Form or Non-Protected Pages.
- Admin (this will just be one person in this group with all access)
- Registrations (This is optional, but very much apreceated.)
- Registration Form (example)
- with possible email verification option (if possible without database)
It can even include basic flat-file create/update/delete examples if you're up to it.