User contributions
- 11:53, 14 February 2022 diff hist -4 Absolute Basics of How a Component Functions/it
- 11:53, 14 February 2022 diff hist -4 Translations:Absolute Basics of How a Component Functions/9/it current
- 11:48, 14 February 2022 diff hist +77 N Translations:Absolute Basics of How a Component Functions/56/it Created page with "* Joomla! 3.x" current
- 11:48, 14 February 2022 diff hist +63 N Translations:Absolute Basics of How a Component Functions/55/it Created page with "* Joomla! 2.5" current
- 11:48, 14 February 2022 diff hist +76 N Translations:Absolute Basics of How a Component Functions/54/it Created page with "* Joomla! 1.5" current
- 11:48, 14 February 2022 diff hist -3 Absolute Basics of How a Component Functions/it Created page with "Per imparare a progettare il tuo componente MVC, completa il tutorial per il tuo Joomla! versione."
- 11:48, 14 February 2022 diff hist +98 N Translations:Absolute Basics of How a Component Functions/53/it Created page with "Per imparare a progettare il tuo componente MVC, completa il tutorial per il tuo Joomla! versione." current
- 11:48, 14 February 2022 diff hist +11 Absolute Basics of How a Component Functions/it Created page with "==Tutorial sulla progettazione di un componente MVC=="
- 11:48, 14 February 2022 diff hist +53 N Translations:Absolute Basics of How a Component Functions/52/it Created page with "==Tutorial sulla progettazione di un componente MVC==" current
- 11:47, 14 February 2022 diff hist +6 Absolute Basics of How a Component Functions/it Created page with "Ciò consente un punto di ingresso sicuro in Joomla! piattaforma. JEXEC contiene una spiegazione dettagliata."
- 11:47, 14 February 2022 diff hist +133 N Translations:Absolute Basics of How a Component Functions/51/it Created page with "Ciò consente un punto di ingresso sicuro in Joomla! piattaforma. JEXEC contiene una spiegazione dettagliata." current
- 11:47, 14 February 2022 diff hist -2 Absolute Basics of How a Component Functions/it Created page with "La seguente riga si trova comunemente all'inizio di Joomla! File PHP:"
- 11:47, 14 February 2022 diff hist +69 N Translations:Absolute Basics of How a Component Functions/50/it Created page with "La seguente riga si trova comunemente all'inizio di Joomla! File PHP:" current
- 11:47, 14 February 2022 diff hist +9 N Translations:Absolute Basics of How a Component Functions/49/it Created page with "==JEXEC==" current
- 11:47, 14 February 2022 diff hist +2 Absolute Basics of How a Component Functions/it Created page with "*Un file php per visualizzare la viewː <tt>views/<component_name>/view.html.php</tt>"
- 11:46, 14 February 2022 diff hist +85 N Translations:Absolute Basics of How a Component Functions/48/it Created page with "*Un file php per visualizzare la viewː <tt>views/<component_name>/view.html.php</tt>" current
- 11:46, 14 February 2022 diff hist +9 Absolute Basics of How a Component Functions/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<component_name>/index.html</tt>"
- 11:46, 14 February 2022 diff hist +95 N Translations:Absolute Basics of How a Component Functions/47/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<component_name>/index.html</tt>" current
- 11:46, 14 February 2022 diff hist +10 Absolute Basics of How a Component Functions/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<nome_componente>/tmpl/index.html</tt>"
- 11:46, 14 February 2022 diff hist +101 N Translations:Absolute Basics of How a Component Functions/46/it Created page with "*Un altro file html per il controllo in backgroundː <tt>views/<nome_componente>/tmpl/index.html</tt>" current
- 11:44, 14 February 2022 diff hist +13 Absolute Basics of How a Component Functions/it Created page with "*Un file xml per aggiungere un tipo di voce di menuː <tt>views/<nome_componente>/tmpl/default.xml</tt>"
- 11:44, 14 February 2022 diff hist +103 N Translations:Absolute Basics of How a Component Functions/45/it Created page with "*Un file xml per aggiungere un tipo di voce di menuː <tt>views/<nome_componente>/tmpl/default.xml</tt>" current
- 11:44, 14 February 2022 diff hist +5 Absolute Basics of How a Component Functions/it Created page with "*Un file php contenente la view predefinitaː <tt>views/<nome_componente>/tmpl/default.php</tt>"
- 11:44, 14 February 2022 diff hist +95 N Translations:Absolute Basics of How a Component Functions/44/it Created page with "*Un file php contenente la view predefinitaː <tt>views/<nome_componente>/tmpl/default.php</tt>" current
- 11:43, 14 February 2022 diff hist +9 Absolute Basics of How a Component Functions/it Created page with "*Un altro file html per il controllo in backgroundː <tt>models/index.html</tt>"
- 11:43, 14 February 2022 diff hist +79 N Translations:Absolute Basics of How a Component Functions/43/it Created page with "*Un altro file html per il controllo in backgroundː <tt>models/index.html</tt>" current
- 11:43, 14 February 2022 diff hist 0 Absolute Basics of How a Component Functions/it Created page with "*Un file php che rappresenta il model stessoː <tt>models/<component_name>.php</tt>"
- 11:43, 14 February 2022 diff hist +83 N Translations:Absolute Basics of How a Component Functions/42/it Created page with "*Un file php che rappresenta il model stessoː <tt>models/<component_name>.php</tt>" current
- 11:43, 14 February 2022 diff hist +2 Absolute Basics of How a Component Functions/it Created page with "*Un file php che carica la classe controllerː <tt><nome_componente>.php</tt>"
- 11:43, 14 February 2022 diff hist +77 N Translations:Absolute Basics of How a Component Functions/41/it Created page with "*Un file php che carica la classe controllerː <tt><nome_componente>.php</tt>" current
- 11:42, 14 February 2022 diff hist 0 Absolute Basics of How a Component Functions/it Created page with "*Un file php che rappresenta il controller stessoː <tt>controller.php</tt>"
- 11:42, 14 February 2022 diff hist +75 N Translations:Absolute Basics of How a Component Functions/40/it Created page with "*Un file php che rappresenta il controller stessoː <tt>controller.php</tt>" current
- 11:42, 14 February 2022 diff hist +5 Absolute Basics of How a Component Functions/it Created page with "*Un file html che è solo un file di sicurezza con un colore di sfondoː <tt>index.html</tt>"
- 11:42, 14 February 2022 diff hist +92 N Translations:Absolute Basics of How a Component Functions/39/it Created page with "*Un file html che è solo un file di sicurezza con un colore di sfondoː <tt>index.html</tt>" current
- 11:41, 14 February 2022 diff hist +8 Absolute Basics of How a Component Functions/it Created page with "Un componente di base conterrà i seguenti file all'interno della sua directoryː"
- 11:41, 14 February 2022 diff hist +81 N Translations:Absolute Basics of How a Component Functions/38/it Created page with "Un componente di base conterrà i seguenti file all'interno della sua directoryː" current
- 11:33, 14 February 2022 diff hist +5 Absolute Basics of How a Component Functions/it Created page with "Il componente Hello World! verrebbe archiviato in <tt> htdocs/<path_to_joomla>/components/com_helloworld/</tt>."
- 11:33, 14 February 2022 diff hist +112 N Translations:Absolute Basics of How a Component Functions/37/it Created page with "Il componente Hello World! verrebbe archiviato in <tt> htdocs/<path_to_joomla>/components/com_helloworld/</tt>." current
- 11:32, 14 February 2022 diff hist +182 Absolute Basics of How a Component Functions/it Created page with "Components are stored in a directory within your Joomla! installation, specifically at: *<tt>htdocs/<path_to_joomla>/components/com_<component_name>/</tt> . I componenti sono..."
- 11:32, 14 February 2022 diff hist +338 N Translations:Absolute Basics of How a Component Functions/36/it Created page with "Components are stored in a directory within your Joomla! installation, specifically at: *<tt>htdocs/<path_to_joomla>/components/com_<component_name>/</tt> . I componenti sono..." current
- 11:31, 14 February 2022 diff hist +8 Absolute Basics of How a Component Functions/it Created page with "==Struttura delle directory di base MVC=="
- 11:31, 14 February 2022 diff hist +41 N Translations:Absolute Basics of How a Component Functions/35/it Created page with "==Struttura delle directory di base MVC==" current
- 11:31, 14 February 2022 diff hist 0 Absolute Basics of How a Component Functions/it Created page with "Hello World! esempio:"
- 11:31, 14 February 2022 diff hist +21 N Translations:Absolute Basics of How a Component Functions/34/it Created page with "Hello World! esempio:" current
- 11:31, 14 February 2022 diff hist +78 N Translations:Absolute Basics of How a Component Functions/33/it Created page with "<tt><yoursite>/joomla/administrator/index.php?option=com_<component_name></tt>" current
- 11:31, 14 February 2022 diff hist +20 N Translations:Absolute Basics of How a Component Functions/32/it Created page with "administrator access" current
- 11:31, 14 February 2022 diff hist +64 N Translations:Absolute Basics of How a Component Functions/31/it Created page with "<tt><yoursite>/joomla/index.php?option=com_<component_name></tt>" current
- 11:31, 14 February 2022 diff hist +11 N Translations:Absolute Basics of How a Component Functions/30/it Created page with "user access" current
- 11:31, 14 February 2022 diff hist +3 Absolute Basics of How a Component Functions/it Created page with "È possibile utilizzare l'URL del componente o un Menu per passare al componente. In questo articolo discuteremo dell'utilizzo dell'URL."
- 11:31, 14 February 2022 diff hist +147 N Translations:Absolute Basics of How a Component Functions/29/it Created page with "È possibile utilizzare l'URL del componente o un Menu per passare al componente. In questo articolo discuteremo dell'utilizzo dell'URL." current