Skip to content

windwalker-io/phoenix

Repository files navigation

Phoenix RAD package

Phoenix is a RAD (Rapid Application Development) package for Windwalker, it provides a set of Model, View and Controllers with different functions to quickly build web admin system, and a code generator to help us create application scaffold.

Documantation

See http://windwalker.io/rad/

Features List

  • MVC scaffolding
  • Advanced controller, mode and view classes.
  • Powerful admin template, scripts and tools.
  • Grid helper to build sorting, ordering, pagination, search and filter tools.
  • Asset Minify
  • Data entity auto-complete
  • Extends Form Fields
  • Easy setup HTML <head> and metadata.
  • Useful JS scripts integration.
  • Uuid generator.

Screen Shot

Admin Tools

Grid View:

p-2016-07-20-004

Filter and Search:

p-2016-07-20-005

Sorting and Ordering:

p-2016-07-20-006

Batch Operation:

image

Powerful Form Toolkit

image

p-2016-07-20-011

Easily select item from other tables (GIF):

modal-field

Built-in Validation Integrating

p-2016-07-20-010

Simple Scaffold

A simple frontend template to build application:

p-2016-07-20-012

Empty Scaffold

Pure MVC frame to let you fill your code.

p-2016-07-20-013

Vue Script Includes

p-2016-07-13-001