elegant


elegant framework

  • elegant framework settings, this module installed with elegant framework

    published version 0.9.0, 12 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 version 0.9.8, 11 years ago
  • elegant framework mysql connector object, this module installed with elegant framework

    published version 0.9.8, 11 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 version 0.9.8, 11 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 version 0.9.8, 11 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 version 0.9.8, 11 years ago
  • a command line tool to build an Elegant Front End Architecture

    published version 0.0.3, 4 months ago
  • this is the main elegant configuration object witch control how the elegant work.

    published version 0.9.9, 11 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 version 0.9.9, 11 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 version 0.9.9, 11 years ago
  • elegant framework sync class used by elegant-interceptor and elegant controller classes, this module installed with elegant framework

    published version 0.9.9, 11 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 version 0.9.8, 11 years ago