elegant


elegant framework

  • elegant framework settings, this module installed with elegant framework

    published 0.9.0 10 years ago
  • this is the elegant error class where you can create a new error by instantiating it, error is useful if you want to return an error response code to the user such as 404 or 500.

    published 0.9.8 10 years ago
  • elegant framework mysql connector object, this module installed with elegant framework

    published 0.9.8 10 years ago
  • this is the elegant redirect class where you can create a new elegant redirect by instantiating it, elegant redirect is useful if you want to redirect the user to another url.

    published 0.9.8 10 years ago
  • this is the elegant response data class where you can create a new elegant response data by instantiating it, elegant response data is useful if you want to return custom response header and body taking the benefit of using the elegant render interceptor such as caching and compressions.

    published 0.9.8 10 years ago
  • this is the elegant view class where you can create a new elegant view by instantiating it, elegant view is useful if you want to return html page to the user.

    published 0.9.8 10 years ago
  • a command line tool to build an elegant Front End Architecture

    published 0.0.1 6 months ago
  • this is the main elegant configuration object witch control how the elegant work.

    published 0.9.9 10 years ago
  • this is the elegant controller class where you can create a new controller by instantiating it, the controller is the connector between the user request and your application logic.

    published 0.9.9 10 years ago
  • this is the elegant interceptor class where you can create a new elegant interceptor by instantiating it, every request in the system will pass through a stack of elegant interceptors, each interceptor handles a certain job and has its own weight to deter

    published 0.9.9 10 years ago
  • elegant framework sync class used by elegant-interceptor and elegant controller classes, this module installed with elegant framework

    published 0.9.9 10 years ago
  • this is the elegant file class where you can create a new elegant file by instantiating it, elegant file is useful if you want to stream certain file from your machine to the user.

    published 0.9.8 10 years ago