PHP Classes

File: app/helpers/DemoHelper.php

Recommend this page to a friend!
  Classes of Miraz Mac   Saika   app/helpers/DemoHelper.php   Download  
File: app/helpers/DemoHelper.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Saika
Base MVC framework for PHP Web applications
Author: By
Last change:
Date: 6 years ago
Size: 109 bytes
 

Contents

Class file image Download
<?php

/**
 * Write your custom functions here
 */

function howdy()
{
    echo
"Howdy Watson!";
}