Skip to content

Directory Structure

KentonJack edited this page Mar 4, 2018 · 12 revisions

Workspaces

  • build (folder): Routing workspace. Angel auto-runs every .php file in this folder. We suggest putting only routers here.

  • view (folder): View workspace. Use view:: method to access raw .html/txt templates in this folder.

  • index.php: Debug & bootstrap environment.

Angel Core

Angel Core is a separate package from framework that contains all Angel methods and their correspondent test file test.php under the folder vendor.

  • ary
  • build
  • curl
  • file
  • img
  • is
  • js
  • jump
  • run
  • sql
  • str
  • system
  • user
  • view

Getting Started

Data Structure

Networking

Operations

Features

Clone this wiki locally