developers.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Developers Information &mdash; phpMyAdmin 4.2.7.1 documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '4.2.7.1',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="copyright" title="Copyright" href="copyright.html" />
  22. <link rel="top" title="phpMyAdmin 4.2.7.1 documentation" href="index.html" />
  23. <link rel="next" title="Distributing and packaging phpMyAdmin" href="vendors.html" />
  24. <link rel="prev" title="FAQ - Frequently Asked Questions" href="faq.html" />
  25. </head>
  26. <body>
  27. <div class="related">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="vendors.html" title="Distributing and packaging phpMyAdmin"
  35. accesskey="N">next</a> |</li>
  36. <li class="right" >
  37. <a href="faq.html" title="FAQ - Frequently Asked Questions"
  38. accesskey="P">previous</a> |</li>
  39. <li><a href="index.html">phpMyAdmin 4.2.7.1 documentation</a> &raquo;</li>
  40. </ul>
  41. </div>
  42. <div class="document">
  43. <div class="documentwrapper">
  44. <div class="bodywrapper">
  45. <div class="body">
  46. <div class="section" id="developers-information">
  47. <span id="developers"></span><h1>Developers Information<a class="headerlink" href="#developers-information" title="Permalink to this headline">¶</a></h1>
  48. <p>phpMyAdmin is Open Source, so you&#8217;re invited to contribute to it. Many
  49. great features have been written by other people and you too can help
  50. to make phpMyAdmin a useful tool.</p>
  51. <p>You can check out all the possibilities to contribute in the
  52. <a class="reference external" href="http://www.phpmyadmin.net/home_page/improve.php">contribute section on our website</a>.</p>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="sphinxsidebar">
  58. <div class="sphinxsidebarwrapper">
  59. <h4>Previous topic</h4>
  60. <p class="topless"><a href="faq.html"
  61. title="previous chapter">FAQ - Frequently Asked Questions</a></p>
  62. <h4>Next topic</h4>
  63. <p class="topless"><a href="vendors.html"
  64. title="next chapter">Distributing and packaging phpMyAdmin</a></p>
  65. <h3>This Page</h3>
  66. <ul class="this-page-menu">
  67. <li><a href="_sources/developers.txt"
  68. rel="nofollow">Show Source</a></li>
  69. </ul>
  70. <div id="searchbox" style="display: none">
  71. <h3>Quick search</h3>
  72. <form class="search" action="search.html" method="get">
  73. <input type="text" name="q" />
  74. <input type="submit" value="Go" />
  75. <input type="hidden" name="check_keywords" value="yes" />
  76. <input type="hidden" name="area" value="default" />
  77. </form>
  78. <p class="searchtip" style="font-size: 90%">
  79. Enter search terms or a module, class or function name.
  80. </p>
  81. </div>
  82. <script type="text/javascript">$('#searchbox').show(0);</script>
  83. </div>
  84. </div>
  85. <div class="clearer"></div>
  86. </div>
  87. <div class="related">
  88. <h3>Navigation</h3>
  89. <ul>
  90. <li class="right" style="margin-right: 10px">
  91. <a href="genindex.html" title="General Index"
  92. >index</a></li>
  93. <li class="right" >
  94. <a href="vendors.html" title="Distributing and packaging phpMyAdmin"
  95. >next</a> |</li>
  96. <li class="right" >
  97. <a href="faq.html" title="FAQ - Frequently Asked Questions"
  98. >previous</a> |</li>
  99. <li><a href="index.html">phpMyAdmin 4.2.7.1 documentation</a> &raquo;</li>
  100. </ul>
  101. </div>
  102. <div class="footer">
  103. &copy; <a href="copyright.html">Copyright</a> 2012 - 2014, The phpMyAdmin devel team.
  104. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
  105. </div>
  106. </body>
  107. </html>