loremphp/framework

Lorem PHP Framework. A tool for a beginner or student. This is an Updated PHP Framework

Installs: 415

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:project

dev-main 2023-08-09 06:03 UTC

This package is auto-updated.

Last update: 2024-05-09 07:43:01 UTC


README

https://github.com/loretog/lorem-php

Lorem Framework, a tool for beginners or students

How-to:

  1. Download files
  2. Extract in your root folder (e.g.: C:\xampp\htdocs\my-app)

Active nav-link

  1. echo basename($_SERVER['REQUEST_URI']) == 'dashboard' ? 'active' : ''; For Notif success
  2. echo show_message(); For Selected Item
  3. echo ($user->usertype == 'Administrator') ? 'selected="selected"' : '' For Menu access limitation
  4. if($_SESSION['usertype'] == 'Administrator') { } MPDF
  5. "mpdf/mpdf": "^8.1",