Help for this page

Select Code to Download


  1. or download this
      $page = A:B:C->new();
    
  2. or download this
      $page = A:B:C:D1->new();
      $page = A:B:C:D2->new();
    
  3. or download this
      $page = A:B:C->new();
      $page->check_if_i_should_be_a_subclass_instead();
      $page->render(); # render method from A:B:C or A:B:C:D1  based on ab
    +ove method result