Introduction to WebApp Template.
If you are learning PHP and web programming, and would like to have a not-too-complex sample to overview, but with lots of important features to learn from, here we are.
Why?
We are very confident that you would learn lots of thing from this sample with following features:
- Landing page
- Mobile Friendly
- Partly select website language.
- Slideshow: with photo, title, summary
- Configure easily to get your copy run
- Working with Articles
- View list
- Read article
- Search for articles
- Create Article
- Upload thumbnail
- Working with Users:
- Register new users
- Login
- Logout
- Update user profile
- Upload user avatar
- Authentication with JWT, using token, username, password
- Built-in AntiHacking library which is ready to use
- Using JAVASCRIPT, JQUERY, HTML, CSS, BOOTSTRAP4
- TextEditor:
- Switchable between:
- Raw text, using textaread
- Richtext Editor for Article, with large text data type (medium_text), using DIV
- Built-in DB2FORM tool:
- Convert all fields of a db table into HTML form
- Support INSERT/UPDATE/DELETE data on whole row
- Support Update data for a specific field
- Many built-in JAVASCRIPT, PHP utils and functions avaiable to use
- HOME PAGES are tidied up with require_once, include_once
- Mostly raw code built by us from scratch, in pure PHP.
- Understand more about photo upload, working with files and directories
- Learn using .htaccess file
- Using MySQL database & PhpMysql source code
Let's dig into them!
WHAT'S NEXT?