Joomla开发资源整理(英文)

时间:2022-05-31 03:26:41

这里摘录一些来自joomla.org的开发资源整理,包括组件的开发,模块的开发和一些很有用的资源,可以结合我以前写的模块开发,触发器开发的文章一同研究。很多的例子有很强的实用性。最后要感谢这些文章的原作者,给我们带来这么多可爱的知识总结。其中有部分mambo的文章,不过一样适用于joomla系统。


Component tutorials(组件手册)

    * http://help.joomla.org/content/view/773/125/
    * http://help.joomla.org/content/view/774/125/
    * http://devbay.com/content/view/15/43/
    * http://www.moxleystratton.com/articles/mambocom/
    * http://www.jlleblanc.com/content/view/9/54/
    * http://www.jlleblanc.com/content/view/12/54/ (using Mambo's tabbed interface in the admin backend)
    * http://www.jlleblanc.com/content/view/21/54/ (howto utilize WYSIWYG editors and the built-in calendar in your component)
      
     - http://www.mambohut.com/tutorials/creating_a_quick_and_easy_mambo_component.html
     - http://www.devbay.com/Articles/Mambo/Mambo_Component_Tutorial/
     - http://www.lummie.co.uk/content/view/83/57/ (Creating an upgradeable component)
     - http://www.lummie.co.uk/content/category/4/16/58/
     - http://www.joomlaresource.com/Joomla_Tutorials/
   
     - http://www.joomlatwork.com/products/free_products_for_joomla/joomla/mambo_development.html (Joomla/Mambo PHP Development Studio is a pre-packaged Eclipse version aimed at the PHP /MySQL developer. It can be downloaded from: http://forge.joomla.org/sf/projects/php_development_studio )


Module tutorials(模块手册)

    * http://help.joomla.org/content/view/20/125/  (writing a simple module)
    * http://help.joomla.org/content/view/775/125/ (Hello World Module 1)
    * http://help.joomla.org/content/view/776/125/ (Hello World Module 2)
    * http://help.joomla.org/content/view/777/125/ (Hello World Module 3)
    * http://www.jlleblanc.com/content/view/13/54/ (create a simple module)
   
    - http://www.mambohut.com/tutorials/creating_a_quick_and_easy_module.html


Additional resources(额外资源)

    * patTemplate tutorial:
      http://help.joomla.org/content/section/21/182/
    * Here's a great tutorial from help.mamboserver.com that doesn't seem to be on help.joomla.org about writing XML files with DOMIT!:
      http://help.mamboserver.com/index.php?option=com_content&task=view&id=377&Itemid=64
    * Chapter 8. Access Control from the Developer Manual discusses Joomla's usage of phpGACL:
      http://help.joomla.org/content/view/25/162/
    * using phpDocumentor with your localized version of Joomla:
      http://help.joomla.org/content/view/115/27/

    - http://www.opensourcematters.org/soc/index.php/Projects:Pre_Processor_API
    - http://joomlalib.4theweb.nl/wiki/index.php/Main_Page (JoomlaLib is a series of development libraries for Joomla 1.0.x and 1.1.x which was created to encourage code reuse among Joomla Third Party Developers)

本站开发资源

    * http://www.joomlar.cn/website/index.php?option=com_content&task=view&id=102&Itemid=27/  (Joomla数据库连接)
    * http://www.joomlar.cn/website/index.php?option=com_content&task=view&id=86&Itemid=27(触发器开发)
    * http://www.joomlar.cn/website/index.php?option=com_content&task=view&id=87&Itemid=27(模块开发)
    * http://www.joomlar.cn/website/index.php?option=com_content&task=view&id=76&Itemid=27(模块中的参变量)
    * http://www.joomlar.cn/website/index.php?option=com_content&task=view&id=63&Itemid=27 (导航分页原理)
 

参考:http://www.joomlar.cn/website/content/view/111/27/