User contributions
- 06:30, 14 February 2022 diff hist +21 N Translations:Absolute Basics of How a Component Functions/28/it Created page with "Hello World! example:" current
- 06:30, 14 February 2022 diff hist +50 N Translations:Absolute Basics of How a Component Functions/27/it Created page with "<tt><yoursite>/joomla/administrator/index.php</tt>" current
- 06:30, 14 February 2022 diff hist +20 N Translations:Absolute Basics of How a Component Functions/26/it Created page with "administrator access" current
- 06:30, 14 February 2022 diff hist +36 N Translations:Absolute Basics of How a Component Functions/25/it Created page with "<tt><yoursite>/joomla/index.php</tt>" current
- 06:30, 14 February 2022 diff hist +11 N Translations:Absolute Basics of How a Component Functions/24/it Created page with "user access" current
- 06:29, 14 February 2022 diff hist +15 Absolute Basics of How a Component Functions/it Created page with "Per prima cosa dobbiamo accedere alla piattaforma Joomla!, a cui si accede sempre attraverso un unico punto di ingresso. Utilizzando il tuo browser web preferito, vai al segue..."
- 06:29, 14 February 2022 diff hist +183 N Translations:Absolute Basics of How a Component Functions/23/it Created page with "Per prima cosa dobbiamo accedere alla piattaforma Joomla!, a cui si accede sempre attraverso un unico punto di ingresso. Utilizzando il tuo browser web preferito, vai al segue..." current
- 06:28, 14 February 2022 diff hist +1 Absolute Basics of How a Component Functions/it Created page with "==Accesso a un Component Joomlaǃ=="
- 06:28, 14 February 2022 diff hist +35 N Translations:Absolute Basics of How a Component Functions/22/it Created page with "==Accesso a un Component Joomlaǃ==" current
- 06:28, 14 February 2022 diff hist +14 Absolute Basics of How a Component Functions/it Created page with "La rottura di una qualsiasi di queste convenzioni porterà a errori o a una pagina vuota."
- 06:28, 14 February 2022 diff hist +89 N Translations:Absolute Basics of How a Component Functions/21/it Created page with "La rottura di una qualsiasi di queste convenzioni porterà a errori o a una pagina vuota." current
- 06:25, 14 February 2022 diff hist +3 Absolute Basics of How a Component Functions/it Created page with "La classe ''HelloWorldView'''Fluffy''''' che risiede in ''site/views/'''fluffy'''/view.html.php''. La view utilizzerà ''HelloWorldModel'''Fluffy''''' nel file ''site/models/'..."
- 06:25, 14 February 2022 diff hist +336 N Translations:Absolute Basics of How a Component Functions/20/it Created page with "La classe ''HelloWorldView'''Fluffy''''' che risiede in ''site/views/'''fluffy'''/view.html.php''. La view utilizzerà ''HelloWorldModel'''Fluffy''''' nel file ''site/models/'..." current
- 06:24, 14 February 2022 diff hist -3 Absolute Basics of How a Component Functions/it Created page with "Quindi supponiamo solo di voler usare una view immaginaria ''fluffy'', dovresti avere:"
- 06:24, 14 February 2022 diff hist +86 N Translations:Absolute Basics of How a Component Functions/19/it Created page with "Quindi supponiamo solo di voler usare una view immaginaria ''fluffy'', dovresti avere:" current
- 06:24, 14 February 2022 diff hist -10 Absolute Basics of How a Component Functions/it Created page with "The class ''HelloWorldView'''HelloWorld''''' risiede in ''site/views/'''helloworld'''/view.html.php'' e utilizzerà la classe ''HelloWorldModel'''HelloWorld''''' nel file ''si..."
- 06:24, 14 February 2022 diff hist +207 N Translations:Absolute Basics of How a Component Functions/18/it Created page with "The class ''HelloWorldView'''HelloWorld''''' risiede in ''site/views/'''helloworld'''/view.html.php'' e utilizzerà la classe ''HelloWorldModel'''HelloWorld''''' nel file ''si..." current
- 06:23, 14 February 2022 diff hist +21 Absolute Basics of How a Component Functions/it Created page with "Quindi diamo una rapida occhiata alle convenzioni di denominazione con un esempio, poiché le convenzioni di denominazione sono la vera magia, che fa funzionare tutto:"
- 06:23, 14 February 2022 diff hist +167 N Translations:Absolute Basics of How a Component Functions/17/it Created page with "Quindi diamo una rapida occhiata alle convenzioni di denominazione con un esempio, poiché le convenzioni di denominazione sono la vera magia, che fa funzionare tutto:" current
- 06:22, 14 February 2022 diff hist +39 Absolute Basics of How a Component Functions/it Created page with "Nel framework Joomla, i model sono responsabili della gestione dei dati. La prima funzione che deve essere scritta per un model è una funzione get. Restituisce i dati al chia..."
- 06:22, 14 February 2022 diff hist +421 N Translations:Absolute Basics of How a Component Functions/16/it Created page with "Nel framework Joomla, i model sono responsabili della gestione dei dati. La prima funzione che deve essere scritta per un model è una funzione get. Restituisce i dati al chia..." current
- 06:20, 14 February 2022 diff hist +13 N Translations:Absolute Basics of How a Component Functions/15/it Created page with "=== Model ===" current
- 06:20, 14 February 2022 diff hist +7 Absolute Basics of How a Component Functions/it Created page with "== Joomla! Spiegazione del Component Framework =="
- 06:20, 14 February 2022 diff hist +50 N Translations:Absolute Basics of How a Component Functions/14/it Created page with "== Joomla! Spiegazione del Component Framework ==" current
- 06:19, 14 February 2022 diff hist +9 Absolute Basics of How a Component Functions/it Created page with "Il controller è responsabile della risposta alle azioni dell'utente. Nel caso di un'applicazione web, un'azione dell'utente è generalmente una richiesta di pagina. Il contro..."
- 06:19, 14 February 2022 diff hist +519 N Translations:Absolute Basics of How a Component Functions/13/it Created page with "Il controller è responsabile della risposta alle azioni dell'utente. Nel caso di un'applicazione web, un'azione dell'utente è generalmente una richiesta di pagina. Il contro..." current
- 06:09, 14 February 2022 diff hist +16 N Translations:Absolute Basics of How a Component Functions/12/it Created page with "===Controller===" current
- 06:08, 14 February 2022 diff hist -36 Absolute Basics of How a Component Functions/it Created page with "La view è la parte del componente utilizzata per eseguire il rendering dei dati dal model in un modo adatto all'interazione. Per un'applicazione basata sul Web, la visualizza..."
- 06:08, 14 February 2022 diff hist +465 N Translations:Absolute Basics of How a Component Functions/11/it Created page with "La view è la parte del componente utilizzata per eseguire il rendering dei dati dal model in un modo adatto all'interazione. Per un'applicazione basata sul Web, la visualizza..." current
- 13:58, 25 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/Page display title/it current
- 12:11, 23 January 2022 diff hist +1 J4.x:Creating a Simple Module/it current
- 12:11, 23 January 2022 diff hist +1 Translations:J4.x:Creating a Simple Module/54/it current
- 12:10, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/170/it current
- 12:10, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/138/it current
- 12:10, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/136/it current
- 12:10, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/134/it current
- 12:09, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:09, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/99/it current
- 12:08, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:08, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/61/it current
- 12:08, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:08, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/59/it current
- 12:07, 23 January 2022 diff hist 0 J4.x:Creating a Simple Module/it
- 12:07, 23 January 2022 diff hist 0 Translations:J4.x:Creating a Simple Module/58/it current
- 11:00, 23 January 2022 diff hist -3 J4.x:Creating a Simple Module/it
- 11:00, 23 January 2022 diff hist -3 Translations:J4.x:Creating a Simple Module/75/it current
- 07:17, 23 January 2022 diff hist -2 J4.x:Creating a Simple Module/it