Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wake/7f1ef97edc159ccac112aa9e24be3f84 to your computer and use it in GitHub Desktop.
Save wake/7f1ef97edc159ccac112aa9e24be3f84 to your computer and use it in GitHub Desktop.
<?php
/* Silex form builder 檔案 */
$form = $app->form ()
->add ('submit', SubmitType::class, ['block_name' => 'buttons_start'])
->add ('reset', ResetType::class, ['block_name' => 'buttons_end'])
->getForm ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment