Exemplo n.º 1
0
 /**
  * \brief Only used during installation.
  * This may be called multiple times.
  * Used to ensure the DB has the right default columns.
  *
  * \return 0 on success, non-zero on failure.
  */
 function Install()
 {
     return $this->userDao->updateUserTable();
 }