PHP Classes

File: protected/views/site/pages/about.php

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   protected/views/site/pages/about.php   Download  
File: protected/views/site/pages/about.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Covoiturage
System for managing a car pooling service
Author: By
Last change:
Date: 6 years ago
Size: 276 bytes
 

Contents

Class file image Download
<?php
/* @var $this SiteController */

$this->pageTitle=Yii::app()->name . ' - About';
$this->breadcrumbs=array(
   
'About',
);
?>
<h1>About</h1>

<p>This is a "static" page. You may change the content of this page
by updating the file <code><?php echo __FILE__; ?></code>.</p>