Dos And Don’ts

  • Don’t change the database adapter fetch mode
  • For search forms, don’t use HTTP POST method. Always use GET
  • Use HTTP POST for forms that cause create, update or delete operations in the database

Previous topic

Command Line Installation

Next topic

Build Checklist

This Page