s
POOVA

  • Installation
  • Configuration
  • Getting Ready
  • Hello World!
  • WVM PATTERN
    • Introduction
    • Window Logics
    • Window shutters
    • Middlewares
    • Frames
    • Routes
    • Sessions
    • APIs
    • Models
    • Inverse
    • Error pages
    • Template
  • Resource loading
    • Introduction
    • Static Files
    • Template Files
    • Meta Tags
    • Flash messages
  • Live Server
  • Database
    • Database manager
    • Database operations
    • Database migrations
    • Database relationships
  • Session control
    • Session configuration
    • Session storage
    • User management
  • Routing System
  • Handling Forms
  • Handling Users
  • Handling DBModels
  • Handling Migrations
  • Helper Functions
    • Helper classes
    • Helper functions
  • Global Setters
  • Handling Mails
  • Cli Commands
  • Composer and Plugins
  • Third-Party Libraries
  • Other Features
  • Updates
Docs Helpers Functions

Functions

Helper functions are predefined custom functions that helps to provide some form of ease when building web applications. Most of these functions are employed within core classes that are used to build up the entire framework which makes them essential functions. These custom function are divided into four categories (CMLS).

  • Core Functions
  • Modal Functions
  • Lite Functions
  • Script Functions
Core Functions
  • Environment/Data Related functions
    • scheme
    • webClass
    • env
    • response
    • setVar
    • vdump
  • Window Related functions
    • window
    • route
    • appExists
    • windowExists
    • routeExists
    • inPath
    • isPath
    • invoked
    • lastcall
    • windowIncludes
    • windowExcludes
    • eview
  • Url Related functions
    • isHTTP
    • isHTTPS
    • domurl
    • domlink
    • isAbsolutePath
    • to_backslash
    • to_frontslash
    • to_namespace
    • to_dotspace
    • urlParams
    • url
    • redirect
  • Session Related functions
    • isGuest
    • isUser
    • authDirect
    • guestDirect
  • Resource Related functions
    • recall
    • ress
    • monitor
  • Template Compiler functions
    • compile
    • view
    • rex
    • raw
Modal Functions
  • br
  • refil
  • encodeURIComponent
  • inRange
  • randice
  • is_empty
  • not_empty
  • combine
  • compare
  • arrInside
  • arrVoid
  • arrGetsVoid
  • arrSort
  • array_trim
  • array_get
  • array_object
  • tostdClass
  • array_delete
  • array_unset
  • reItemize
Lite Functions
  • base_encode
  • base_decode
  • fromJson
  • toJson
  • enplode
  • toSingular
  • inflect
  • to_lgts
  • href
  • scriptName
  • striplastSlash
  • redirectTo
  • limitText
  • limitChars
  • limitWord
Script Functions
  • alert
  • javaconsole
  • script