Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->has_many(cols => 'Column');
    
  2. or download this
    $columns = Page->retrieve(1)->cols;
    
  3. or download this
    $columns = Page->retrieve(1)->cols;