Welcome to OOP Basic CMS I created this to explain OOP programming and how to create a cms to my students in the classroom. This is a study in OOP programming with raw PHP syntax as such no framework was used. It makes no effort to follow MVC or RESTful concepts. It however covers security concepts password encryption and SQL injection prevention. It also explains file uploads, pagination, logIn/log out, user/admin authentication and basic CRUD. It is purely for educational purposes only. You may enter your database info in initialize.php. Enclosed SQL file will create default admin user. Some default pages/products will also be created. Username : test Password : password Have fun coding THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
d0t3x/PHP_OOP_CMS
A study in OOP PHP and raw PHP syntax to create a CMS. Includes authentication, password encryption, security measures against SQL injection, pagination, comments, logIn/log out functionality .Article, product and user CRUD. File uploads
PHP