~~LANG:FR@fr:manuel-1.1~~ ~~LANG:EN@en:manual-1.1~~ title = Manuale dello sviluppatore subtitle= Jelix 1.1.3 title_short= Manuale dello sviluppatore edition = Jelix 1.1.3 author=Laurent|Jouanneau author=Dominique|Papin author=Afroxav author=|All jelix.org wiki contributors|| copyright_years=2006-2009 copyright_holder=Laurent Jouanneau copyright_holder=Dominique Papin copyright_holder=All jelix.org wiki contributors - part: [[it:manuale-1.1:installation|Installazione]] - chapter: [[it:manuale-1.1:installation:requirements|Requisiti per l'installazione]] - chapter: [[it:manuale-1.1:installation:jelix|Installare Jelix]] - chapter: [[it:manuale-1.1:installation:applications|Installare un'applicazione]] - chapter: [[it:manuale-1.1:installation:production-serveur|Installazione su un server di produzione]] - chapter: [[it:manuale-1.1:installation:migrate|Migrazione da Jelix 1.0 a Jelix 1.1]] - part: [[it:manuale-1.1:main-concepts|Concetti iniziali]] - chapter:[[it:manuale-1.1:principles|Flusso di lavoro]] - section: [[it:manuale-1.1:selectors|Selettori]] - section: [[it:manuale-1.1:requests|Richieste]] - section: [[it:manuale-1.1:coordinator|Coordinatore]] - section: [[it:manuale-1.1:jresponse|Risposte]] - section: [[it:manuale-1.1:call-action|Azioni]] - chapter:[[it:manuale-1.1:jelix-scripts|Utilizzare gli script Jelix]] - chapter:[[it:manuale-1.1:create-application|Creare un'applicazione]] - section: [[it:manuale-1.1:application-configuration|Configurare un'applicazione]] - section: [[it:manuale-1.1:create-application:administration-app|Creare un'interfaccia di amministrazione - chapter:[[it:manuale-1.1:modules|Sviluppare un modulo]] - section: [[it:manuale-1.1:creating-a-module|Creare un modulo]] - section: [[it:manuale-1.1:controllers|Sviluppare un controller]] - section: [[it:manuale-1.1:controllers:crud|Usare il controller CRUD]] - section: [[it:manuale-1.1:restfull|Sviluppare un controller REST]] - chapter: [[it:manuale-1.1:responses|Responses: generating content]] - section: [[it:manuale-1.1:responsehtml|Generating HTML content]] - section: [[it:manuale-1.1:responsetext|Generating plain text]] - section: [[it:manuale-1.1:responsexml|Generating XML content]] - section: [[it:manuale-1.1:responserss|Generating a RSS feed]] - section: [[it:manuale-1.1:responseatom|Generating an ATOM feed]] - section: [[it:manuale-1.1:responselatex2pdf|Generating PDF from latex content]] - section: [[it:manuale-1.1:responsetcpdf|Generating PDF with TCPDF]] - section: [[it:manuale-1.1:responsebinary|Sending a binary file]] - section: [[it:manuale-1.1:responsezip|Generating a ZIP file]] - section: [[it:manuale-1.1:responsexul|Generating a user interface in XUL]] - section: [[it:manuale-1.1:responserdf|Generating RDF content]] - chapter: [[it:manuale-1.1:personnalized-common-response|Define a customized response]] - chapter: [[it:manuale-1.1:responseredirect|Doing a redirection]] - chapter: [[it:manuale-1.1:webservices|Web services]] - section: [[it:manuale-1.1:responseajax|AJAX]] - section: [[it:manuale-1.1:responsejson|JSON]] - section: [[it:manuale-1.1:responsejsonrpc|JSON-RPC]] - section: [[it:manuale-1.1:responsexmlrpc|XML-RPC]] - section: [[it:manuale-1.1:responsesoap|SOAP]] - chapter: [[it:manuale-1.1:cmdline|Command line processing]] - chapter: [[it:manuale-1.1:common-processes|Define commons processes between many actions]] - chapter: [[it:manuale-1.1:tips|Tips]] - part: [[it:manuale-1.1:components|Jelix components]] - chapter: [[it:manuale-1.1:templates|jTpl, template engine]] - chapter: [[it:manuale-1.1:zones|Zones]] - chapter: [[it:manuale-1.1:daos|jDao : relational object mapping]] - section: [[it:manuale-1.1:daos:file|DAO file]] - section: [[it:manuale-1.1:daos:use|Instantiation and use of a dao factory and record]] - section: [[it:manuale-1.1:daos:use-result|Manipulating a result set]] - section: [[it:manuale-1.1:daos:xml_methods|Declaring methods in the XML file]] - section: [[it:manuale-1.1:daos:php_methods|Adding PHP methods to the factory]] - section: [[it:manuale-1.1:daos:events|Automatic events]] - chapter: [[it:manuale-1.1:classic-forms|Classic forms]] - chapter: [[it:manuale-1.1:jforms|jForms: moduli (form) automatiche]] - section: [[it:manuale-1.1:jforms:xml|formato del file jForms]] - section: [[it:manuale-1.1:jforms:xml-1.0|Format version 1.0]] - section: [[it:manuale-1.1:jforms:xml-1.1|Format version 1.1]] -section: [[it:manuale-1.1:jforms:xml:htmleditor|HTML editor]] -section: [[it:manuale-1.1:jforms:xml-1.1:datepicker|Datepickers]] - section: [[it:manuale-1.1:jforms:usage|Initializing a form]] - section: [[it:manuale-1.1:jforms:display|Displaying a form in a template]]. -section: [[it:manuale-1.1:jforms:display:html-generator|"html" generator]] -section: [[it:manuale-1.1:jforms:display:htmllight-generator|"htmllight" generator]] - section: [[it:manuale-1.1:jforms:after-submit|Using a form after a submit]] - section: [[it:manuale-1.1:jforms:data-display|display only form values]]. - section: [[it:manuale-1.1:jforms:security|Security in forms]]. - chapter: [[it:manuale-1.1:bd|jDb : database access]] - chapter: [[it:manuale-1.1:business_classes|Write your own business classes]] - chapter: [[it:manuale-1.1:urls|jUrl: automatic urls]] - section: [[it:manuale-1.1:urls:simple|Simple url engine]] - section: [[it:manuale-1.1:urls:basic_significant|basic significant url engine]] - section: [[it:manuale-1.1:urls:significant|Powerful significant url engine]] - chapter: [[it:manuale-1.1:authentification|jAuth : authentication system]] - section: [[it:manuale-1.1:authentification:drivers|jAuth drivers]] - chapter: [[it:manuale-1.1:rights2|jAcl2 : rights management]] - section: [[it:manuale-1.1:rights2:concepts|jAcl2 general concepts]] - section: [[it:manuale-1.1:rights2:use|Using jAcl2 in modules]] - section: [[it:manuale-1.1:rights2:concepts.db|jAcl2.db concepts]] - section: [[it:manuale-1.1:rights2:configuration|Configure jAcl2.db]] - section: [[it:manuale-1.1:rights2:jauth|Use jAcl2 with jAuth]] - section: [[it:manuale-1.1:rights|jAcl : old rights management]] - section: [[it:manuale-1.1:rights:concepts|jAcl concepts]] - section: [[it:manuale-1.1:rights:use|Using jAcl in modules]] - section: [[it:manuale-1.1:rights:concepts.db|jAcl.db concepts]] - section: [[it:manuale-1.1:rights:configuration|Configuring jAcl.db]] - chapter: [[it:manuale-1.1:locales|jLocale: localization]] - chapter: [[it:manuale-1.1:events|jEvents: communication between modules]] - part: [[it:manuale-1.1:advanced-development|Advanced development]] - chapter: [[it:manuale-1.1:creating-response|Creating a response for a specific format]] - chapter: [[it:manuale-1.1:themes|Using themes]]. - chapter: [[it:manuale-1.1:overloads|Overloading module files]] - chapter: [[it:manuale-1.1:plugins|Developping plugins]] for jelix. - section: [[it:manuale-1.1:plugins:coord|Coordinator plugins]] - section: [[it:manuale-1.1:plugins:auth|jAuth drivers]] - section: [[it:manuale-1.1:plugins:db|jDb drivers]] - section: [[it:manuale-1.1:plugins:tpl|Template plugins]] - section: [[it:manuale-1.1:plugins:urls_engine|Url engines]] - section: [[it:manuale-1.1:plugins:jforms|jForms generators]] - chapter: [[it:manuale-1.1:config|Dive into configuration]] - part: [[it:manuale-1.1:help-development|Development helper tools]] - chapter: [[it:manuale-1.1:errormanager|Error manager]] - chapter: [[it:manuale-1.1:unit-tests|Creating unit tests]] - chapter: [[it:manuale-1.1:debugging|Debugging tool]] - part: [[it:manuale-1.1:class-utilities|Class utilities]] - chapter: [[it:manuale-1.1:filter|jFilter : verifying and filtering datas]] - chapter: [[it:manuale-1.1:datetime|jDateTime : dates and times ]] - chapter: [[it:manuale-1.1:class-utilities:jhttp|jHttp : http requests ]] - chapter: [[it:manuale-1.1:mailer|jMailer : sending mails]] - chapter: [[it:manuale-1.1:wiki|jWiki : generating contents from wiki contents]] - chapter: [[it:manuale-1.1:session|jSession : managing sessions]] - chapter: [[it:manuale-1.1:message|jMessage : short messages between actions ]] - part: [[it:manuale-1.1:ref-plugins|Jelix plugins]] - chapter: [[it:manuale-1.1:ref-plugins:tplplugins|Template plugins]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:modifiers|Modifiers]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:functions|Miscellaneous]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:medias|Media]] - section: [[it:manuale-1.1::ref-plugins:tplplugins:fct_image|Html : Image]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:cfct_swfbiscuit|swfbiscuit]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:blk_swf|swf]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:blk_swfjs|swfjs]] - section: [[it:manuale-1.1:ref-plugins:tplplugins:metas|Meta]] - chapter: [[it:manuale-1.1:ref-plugins:coordplugins|Coordinator plugins]] - section: [[it:manuale-1.1:coordplugins:history|history]] - section: [[it:manuale-1.1:coordplugins:zendframework|zendframework]] - part: [[it:manuale-1.1:ref-modules|Jelix modules]] - chapter: [[it:manuale-1.1:ref-modules:master_admin|master_admin]] This manual is distributed under the terms of [[http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en|licence Creative Commons by-nc-sa 3.0]]. Therefore you're allowed to copy, modify and distribute and transmit it publicly under the following conditions: * **Attribution**. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). * **Noncommercial**. You may not use this work for commercial purposes. * **Share Alike**.If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. This manual is distributed under the terms of [[http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en|licence Creative Commons by-nc-sa 3.0]]. Therefore you're allowed to copy, modify and distribute and transmit it publicly under the following conditions: **Attribution**, **Noncommercial**, **Share Alike**.