Skip to content
khensolomon edited this page May 9, 2018 · 10 revisions

#TODO

  • language menu
  • logs and hit counter
  • forgot password
  • reset password
  • form select, checkbox and radio button
  • form readonly, disabled visibilities
  • API
  • On signin status deactivated message
    • form->database->signin()

Support

  • Extension
    • verso

    • environment

    • validation

    • mail

    • authorization

    • form

    • database

    • configuration

  • Available

    • MySQLi
    • MySQLite
  • Connection

    • MySQLi
    • MySQLite
    • PDO
  • Extendable

    • Basic
    • Table
    • Index
    • Validate
  • Query

    • query()
    • insert()
    • select()
    • update()
    • delete()
  • Callable 〰️

    • rowsCalc()
    • from()
    • to()
    • where()
      • Features (OR,AND) (Array, String)
      • Improved
    • group_by()
    • order_by()
    • limit()
    • offset()
    • build()
    • execute()
  • Builder

    • build_select()
    • build_set()
    • build_values()
    • build_columns()
    • build_from()
    • build_where()
      • Speed
      • Improved
    • build_where_implode()
    • build_where_operator()
    • build_where_addslashes()
    • build_insert_into()
    • build_update()
    • build_group_by()
    • build_order_by_build()
    • build_limit()
    • build_offset()
    • build_insert()
    • build_update()
    • build_delete()

Form::name()->setting()->response()

  • Name 〰️
  • Setting 〰️
    • ->basic
    • ->advanced
  • Response 〰️
    • ->response()
    • ->insert()
    • ->select()
    • ->update()
    • ->delete()
    • ->signin()
    • ->signup()
    • ->signout()
    • ->profile()

Language

$this->language()

  • Method 〰️
    • ->lang()
    • ->lang_menu()
  • Initiation
    • Manager need to be improved

$this->template()

  • Method 〰️
    • ->template()

$this->html()

  • Method 〰️
    • ->html()
      • available in both Request\Html and $this->html()
    • new html(tag:string, text:string, attr:array)

$this->menu()

  • Method
    • ->menu()
      • Child active needs to improve..
      • wrapping

Authorization

$this->authorization()

  • Method 〰️
    • ->authorization()
      • but need to improved

💫 $this

  • = __construct
  • => home
  • => __set
  • => __get
  • => __call
  • => configuration
  • => content
  • => language
  • => array_sentence
  • => array_key_join_value
  • => error_get_last
  • => template

💫 Service

  • => Config
  • => Cookie
  • => Database
  • => Template
  • => Language
  • => Form
  • => Html
  • => Navigation
  • => Timer
  • => Validate

💫 Core!

  • Application is live or deploy!
  • extending Environment
  • add verso->page wiki
  • trait Initiate
    • self::$CoreVar -> moved to Application:: and object
  • message for invalid database connection
  • None Class/Method exists
    • error message (disable InitiateError on live application)

Clone this wiki locally