PHP Classes

File: Controls/Panel.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP ASP.NET WebForms   Controls/Panel.php   Download  
File: Controls/Panel.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: PHP ASP.NET WebForms
Emulation of ASP.NET WebForms engine in PHP
Author: By
Last change:
Date: 8 years ago
Size: 200 bytes
 

Contents

Class file image Download
<div class="panel panel-default">
    <?php if (isset($this->Title)) {?>
<div class="panel-heading"><?=$this->Title?></div>
    <?php } ?>
<div class="panel-body">
    <?=$this->Content?>
</div>
</div>