Differences

This shows you the differences between the selected revision and the current version of the page.

punbb13:extern_ed_pun_ext 2009/07/17 15:52 punbb13:extern_ed_pun_ext 2020/02/06 11:04 current
Line 49: Line 49:
  * Use 'singlequotes' as opposed to "doublequotes" when working with strings   * Use 'singlequotes' as opposed to "doublequotes" when working with strings
  <code php>   <code php>
 +
  $str = 'Users: '.$num_users;   $str = 'Users: '.$num_users;
 +
  </code>   </code>
 +
  //**NOT**//   //**NOT**//
 +
  <code php>   <code php>
  $str = "Users: $num_users";   $str = "Users: $num_users";
  </code>   </code>
 +
  * Use CSRF token with GET/POST date:   * Use CSRF token with GET/POST date:
    * POST     * POST
Line 253: Line 258:
  * Create the idea of extension   * Create the idea of extension
  * Create the wiki article for the extension and write the general idea and the specification there.   * Create the wiki article for the extension and write the general idea and the specification there.
-    * The page url must be http://punbb.informer.com/wiki/punbb13:<extension_id>, e.g. http://punbb.informer.com/wiki/punbb13:pun_pm.+    * The page url must be https://punbb.informer.com/wiki/punbb13:<extension_id>, e.g. https://punbb.informer.com/wiki/punbb13:pun_pm.
    * You may also start the discussion in Forums to ask users to add their feature requests to the specification.     * You may also start the discussion in Forums to ask users to add their feature requests to the specification.
  * Add the ticket to the Trac (or just start a text file, if you have no Trac). List the main tasks to complete the extension.   * Add the ticket to the Trac (or just start a text file, if you have no Trac). List the main tasks to complete the extension.

Personal Tools