super-powers/src/6cbef8f8-4813-48e3-b05a-65e...
Robot 2125425324
update 2024-04-07 13:20:18
2024-04-07 13:20:46 +02:00
..
README.md update 2024-01-27 2024-01-27 09:08:12 +02:00
code.php update 2024-01-27 2024-01-27 09:08:12 +02:00
code.power update 2024-01-27 2024-01-27 09:08:12 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:46 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

abstract class Database (Details)

namespace: VDM\Joomla\Abstraction

@startuml
abstract Database  #Orange {
  # $db
  # string $table
  + __construct()
  # quote(mixed $value) : mixed
  # getTable(string $table) : string
}

note right of Database::__construct
  Constructor

  since: 3.2.0
end note

note right of Database::quote
  Set a value based on data type

  since: 3.2.0
  return: mixed
end note

note right of Database::getTable
  Set a table name, adding the
core component as needed

  since: 3.2.0
  return: string
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder