Help:Best Practice

From Kiwiphp

Jump to: navigation, search

Page Naming

  • Page should be as implied in the name
  • Use namespace: [[Help:Best Practice]]
  • Use subpage: [[Manual:Getting_Started/Hello_World]]

Formatting

  • Bold buzzword: '''MVC'''
  • Use truetype for symbol words<tt>kiwi_runtime_path</tt>
  • Use <code> tag for single line code (such as linux bash comman, url): <code>header("Location: http://openid.yahoo.com");</code>
  • Use SyntaxHighlight_GeSHi extension hilights multi-line code

to be continued...