PHP Classes

File: example/model/model.php

Recommend this page to a friend!
  Classes of Peter He   POT Creator   example/model/model.php   Download  
File: example/model/model.php
Role: Example script
Content type: text/plain
Description: Example file
Class: POT Creator
Build application translation files for gettext
Author: By
Last change:
Date: 12 years ago
Size: 132 bytes
 

Contents

Class file image Download
<?php
class model {
    private
$word;
    public function
__construct() {
       
$this->word = 'This file does not include messages.';
    }
}
?>