Database-toegang met behulp van JDatabase

From Joomla! Documentation

This page is a translated version of the page Accessing the database using JDatabase and the translation is 100% complete.
Copyedit.png
This Article Needs Your Help

This article is tagged because it NEEDS REVIEW. You can help the Joomla! Documentation Wiki by contributing to it.
More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice.


Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎português do Brasil • ‎română • ‎русский • ‎فارسی • ‎हिन्दी • ‎বাংলা • ‎中文(台灣)‎
Joomla! 
3.x
Joomla! 
2.5

Nuttige informatie

Wanneer u begint met het ontwikkelen van Joomla moet u weten hoe JDatabase te gebruiken. De tutorial is opgedeeld in twee aparte delen:

Extra informatie

Deze zelfstudie toont hoe transacties met JDatabase te gebruiken (beschikbaar sinds Joomla 3.x):

Deze tutorial toont hoe de union methode in JDatabaseQuery te gebruiken (beschikbaar sinds Joomla 3.3):

Ondersteunde Opslag Connectoren

Onderstaande tabel toont de database en opslag connectoren voor Joomla! evenals in welke versie van Joomla ze beschikbaar werden.

Om een aansluiting in de Joomla installer of global configuration manager beschikbaar te maken, moet u ervoor zorgen dat de PHP-bibliotheek geïnstalleerd is (bijv. voor PHP5 en MySQL de php5-mysql-bibliotheek zou geïnstalleerd moeten worden).

Database Joomla! versies Joomla DB
MySQL Joomla 1.5Joomla 2.5Joomla 3.0Joomla 4.0 Ja
Microsoft SQL Server Joomla 2.5Joomla 3.0 Ja
Microsoft SQL Azure Joomla 2.5Joomla 3.0 Ja
Postgresql Joomla 3.0Joomla 4.0 Ja (In Joomla 4.0 en hoger alleen via de PDO library voor postgres)
Oracle DB Joomla 3.0 Neen
SQL Lite Joomla 3.0Joomla 4.0 Neen
PHP Data Objects (PDO)* Joomla 3.0Joomla 4.0 Neen
  • PHP Data Objects is een database abstractielaag en wordt geleverd met PHP 5.1+.