<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.tech.spuur.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>tech.spuur - Wiki - joomla:framework</title>
        <description></description>
        <link>https://wiki.tech.spuur.ch/</link>
        <lastBuildDate>Mon, 25 May 2026 20:12:23 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.tech.spuur.ch/_media/wiki/dokuwiki.svg</url>
            <title>tech.spuur - Wiki</title>
            <link>https://wiki.tech.spuur.ch/</link>
        </image>
        <item>
            <title>deprecations</title>
            <link>https://wiki.tech.spuur.ch/joomla/framework/deprecations?rev=1679933731&amp;do=diff</link>
            <description>Joomla - Deprecations

JDatabase

Offizielle Doku: &lt;https://docs.joomla.org/Selecting_data_using_JDatabase&gt;

So wird die Klasse aufgerufen (J4+):


use Joomla\Database\DatabaseInterface;
use Joomla\CMS\Factory;
$db = Factory::getContainer()-&gt;get(DatabaseInterface::class);
// equivalent in most cases $db = $this-&gt;getDatabase();</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 27 Mar 2023 16:15:31 +0000</pubDate>
        </item>
        <item>
            <title>jinput</title>
            <link>https://wiki.tech.spuur.ch/joomla/framework/jinput?rev=1613403274&amp;do=diff</link>
            <description>Joomla - JInput

Zusatzinformationen zu JInput - Joomla-Klasse, um Request-Variablen zu empgangen.
Offizielle Doku: &lt;https://docs.joomla.org/Retrieving_request_data_using_JInput&gt;

Klasse

So wird die Klasse aufgerufen:


use Joomla\CMS\Factory;
$input = Factory::getApplication()-&gt;input;
// equivalent of the older format $input = JFactory::getApplication()-&gt;input;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 15 Feb 2021 15:34:34 +0000</pubDate>
        </item>
        <item>
            <title>mvt-architecture</title>
            <link>https://wiki.tech.spuur.ch/joomla/framework/mvt-architecture?rev=1690533967&amp;do=diff</link>
            <description>Joomla - MVC Architecture

Starting with Joomla 3.10.0 a new MVCT-Architecture based on Namespacing according to the PSR4 standard was introduced for Joomla components. The old „Legacy“ MVC-Architecture (based on folder structure and filenames) will be removed from the core at one point. It is still under discussion when this will happen since it will break a lot of 3th party extensions.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 28 Jul 2023 08:46:07 +0000</pubDate>
        </item>
        <item>
            <title>query-parameter</title>
            <link>https://wiki.tech.spuur.ch/joomla/framework/query-parameter?rev=1690537815&amp;do=diff</link>
            <description>Joomla - Query parameter

Joomla uses query parameters in the dispatcher and controller logic to decide what part of the application should be executed. Fot that it parses the URL and extract the GET and POST variables into the JInput object of the application. The parameters can be read out and used everywhere inside the application to make the decisions.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 28 Jul 2023 09:50:15 +0000</pubDate>
        </item>
    </channel>
</rss>
