SartajPHP ( PHP Framework )


Quick Start

  • Home
  • Documents API
  • Downloads
  • Download Sample Project
  • Video Tutorial
  • Facebook Page
  • SartajPHP: The Event-Oriented PHP Framework
  • Architecture and Core Concepts
  • Installation and Project Setup
  • Understanding the Event-Oriented Paradigm
  • The FrontFile System - HTML with Superpowers
  • Components - Server-Side UI Building Blocks
  • Fusion Attributes - Precision Control of Component Behavior
  • Expression Tags - Controlled Dynamic Content
  • Expression Tags - Safe Dynamic Content with App Integration
  • SartajPHP Permission System Architecture
  • PermisApp Architecture & Database Design
  • Signin, Session Identity & Permission Resolution Flow
  • Profile & Permission Management System in SartajPHP
  • Menu System & Permission-Aware Navigation in SartajPHP
  • Creating a Mobile App with SartajPHP Mobile + Kotlin + Android Studio
  • Building a SIP Client in SartajPHP Mobile App

Use Master Design

Use Master Design

How to use a Master File in Application:-
You can use more then one master design with an application.

class admList extends \Sphp\tools\BasicApp {

   public function onstart() {
      global $admmasterf;
      $this->setMasterFile($admmasterf);
   }

}
Powered By SartajPHP