Learning Joomla! 3 Extension Development.
A practical guide with step-by-step examples that build on each other so you can learn by doing and get hands-on knowledge about creating your plugins, modules, and components in Joomla.""Learning Joomla! 3 Extension Development, Third Edition"" is for developers who want to crea...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2013.
|
Edición: | 3rd ed. |
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Mu 4500 | ||
---|---|---|---|
001 | EBSCO_ocn855969622 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 130817s2013 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d YDXCP |d UMI |d N$T |d DEBSZ |d OCLCQ |d OCLCO |d OCLCF |d E7B |d REB |d COO |d OCLCQ |d JBG |d AGLDB |d ICA |d MOR |d PIFAG |d ZCU |d MERUC |d OCLCQ |d OCLCO |d U3W |d D6H |d STF |d WRM |d VTS |d CEF |d NRAMU |d ICG |d INT |d VT2 |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d UAB |d A6Q |d DKC |d OCLCQ |d UKAHL |d HS0 |d UWK |d OCLCQ |d UKCRE |d AJS |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO | ||
019 | |a 857066391 |a 859144344 |a 988499951 |a 992038041 |a 1037708240 |a 1038677774 |a 1045490723 |a 1055381964 |a 1081217170 |a 1083553973 |a 1103272165 |a 1108968746 |a 1110282813 |a 1129352959 |a 1152978023 |a 1153535272 |a 1192345332 |a 1227634697 | ||
020 | |a 9781782168386 |q (electronic bk.) | ||
020 | |a 1782168389 |q (electronic bk.) | ||
020 | |a 1782168370 | ||
020 | |a 9781782168379 | ||
020 | |z 9781782168379 | ||
029 | 1 | |a AU@ |b 000052162225 | |
029 | 1 | |a AU@ |b 000062539507 | |
029 | 1 | |a DEBBG |b BV041432671 | |
029 | 1 | |a DEBBG |b BV044177156 | |
029 | 1 | |a DEBSZ |b 397614535 | |
029 | 1 | |a DEBSZ |b 398285969 | |
029 | 1 | |a DEBSZ |b 49312571X | |
029 | 1 | |a NZ1 |b 15908253 | |
029 | 1 | |a AU@ |b 000068433101 | |
029 | 1 | |a DKDLA |b 820120-katalog:999942598405765 | |
035 | |a (OCoLC)855969622 |z (OCoLC)857066391 |z (OCoLC)859144344 |z (OCoLC)988499951 |z (OCoLC)992038041 |z (OCoLC)1037708240 |z (OCoLC)1038677774 |z (OCoLC)1045490723 |z (OCoLC)1055381964 |z (OCoLC)1081217170 |z (OCoLC)1083553973 |z (OCoLC)1103272165 |z (OCoLC)1108968746 |z (OCoLC)1110282813 |z (OCoLC)1129352959 |z (OCoLC)1152978023 |z (OCoLC)1153535272 |z (OCoLC)1192345332 |z (OCoLC)1227634697 | ||
037 | |a CL0500000301 |b Safari Books Online | ||
050 | 4 | |a TK5105.885.J86 .P384 2013 | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
082 | 0 | 4 | |a 006.78 |
049 | |a UAMI | ||
100 | 1 | |a Plummer, Tim. | |
245 | 1 | 0 | |a Learning Joomla! 3 Extension Development. |
250 | |a 3rd ed. | ||
260 | |a Birmingham : |b Packt Publishing, |c 2013. | ||
300 | |a 1 online resource (458 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Before you Start; Extension types and their uses; Plugins; Modules; Components; Languages; Templates; Libraries; Packages; Joomla! versions that your extensions should support; What's new in Joomla! 3; Licensing and GPL; What business model should I adopt?; Tools you need to develop the Joomla! extensions; Coding standards; Legacy MVC versus new MVC; Upgrading a Joomla! 2.5 component to make it Joomla! 3 compatible; To fork or not to fork?; Summary. | |
505 | 8 | |a Chapter 2: Getting Started with Plugin DevelopmentPlugin types; Plugin event triggers; Where do I start?; Creating the installation XML file; Creating the plugin PHP file; Zip it up and install your plugin; Adding the parameters to our plugin; Adding the language files; Summary; Chapter 3: Getting Started with Module Development; Where do I start?; Backend versus frontend modules; Backend modules' installation location; Frontend modules' installation location; Creating the installation XML file; Creating the module PHP file; Creating the view; Connecting to the database. | |
505 | 8 | |a Zip it up and install your modulePackaging your module for distribution; Backwards compatibility for Joomla! 2.5; Making changes to the installation XML file; Adding the CSS styles; Packaging for distribution; Converting to the site module; Translating your module; Adding a help file; Template overrides; Watch out when updating; Alternative layouts; Making your module responsive; Summary; Chapter 4: Getting Started with Component Development; Where do I start?; Creating the component installation XML file; Creating a simple component; Creating the entry point; Creating the access XML file. | |
505 | 8 | |a Creating the config XML fileSetting up the database; Discover the extension; Creating the controllers; Creating the model for the list view; Creating the model for the edit view; Creating a form; The form XML file; JForm field types; Accesslevel; Cachehandler; Calendar; Captcha; Category; Checkbox; Checkboxes; Chromestyle; Color; Combo; Componentlayout; Contentlanguage; Contenttype; Databaseconnection; Editor; Email; File; Filelist; Folderlist; Groupedlist; Headertag; Helpsite; Hidden; Imagelist; Integer; Language; List; Media; Menu; Menuitem; Modulelayout; Moduleorder; Moduleposition. | |
505 | 8 | |a ModuletagPassword; Plugins; Radio; Rules; Sessionhandler; Spacer; Sql; Tag; Tagnested; Tel; Templatestyle; Text; Textarea; Timezone; Url; User; Usergroup; Creating a view; The list view; The view.html.php file; The helper file; The view layout file; The edit view; The view.html.php file; The view layout file; Installer script; Zip it up and install your component; Summary; Chapter 5: Backend Component Development -- Part 1; Adding additional fields; Adding fields to the model; Category field; State field; Media field; Company field; Phone field; URL field; Description field. | |
520 | |a A practical guide with step-by-step examples that build on each other so you can learn by doing and get hands-on knowledge about creating your plugins, modules, and components in Joomla.""Learning Joomla! 3 Extension Development, Third Edition"" is for developers who want to create their own Joomla extensions. It is assumed you will have some basic PHP, HTML, and CSS knowledge, but you don't need any prior Joomla programming experience. This book will also be useful to people who just want to make minor customizations to existing Joomla extensions and build on the work of others in the open so | ||
546 | |a English. | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a Joomla! (Computer file) |
630 | 0 | 7 | |a Joomla! (Computer file) |2 blmlsh |
630 | 0 | 7 | |a Joomla! (Computer file) |2 fast |
650 | 0 | |a Web sites |x Authoring programs. | |
650 | 6 | |a Sites Web |x Systèmes-auteur. | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Web sites |x Authoring programs |2 fast | |
776 | 0 | 8 | |i Print version: |a Plummer, Tim. |t Learning Joomla! 3 Extension Development. |d Birmingham : Packt Publishing, ©2013 |z 9781782168379 |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=619997 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781782168379/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH26849621 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL1336407 | ||
938 | |a ebrary |b EBRY |n ebr10742622 | ||
938 | |a EBSCOhost |b EBSC |n 619997 | ||
938 | |a YBP Library Services |b YANK |n 10906886 | ||
994 | |a 92 |b IZTAP |