Help for this page

Select Code to Download


  1. or download this
    package Test::TestController;
    use Dancer ':syntax';
    ...
    true;
    
  2. or download this
    package Test::Model::Test;
    
    ...
    
    true;
    
  3. or download this
    <form action="<% form_url %>" method="post" id="f-submit-form" enctype
    +="multipart/form-data">
        <fieldset>
    ...
    
    </form>
    
  4. or download this
    
    
    ...
        </div>
    </div>
    
  5. or download this
    create table if not exists `testdb`.test_website (
      id integer primary key auto_increment,
    ...
    ) ENGINE=INNODB DEFAULT CHARSET=utf8;
    
    INSERT INTO `testdb`.test_website(name, url) values ('test1', 'mytest.
    +com');