PHP Classes

File: edit.php

Recommend this page to a friend!
  Classes of Martin Latter   Noter   edit.php   Download  
File: edit.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noter
Create and manage notes shared between users
Author: By
Last change: Update of edit.php
Date: 2 years ago
Size: 179 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

#########################################
require('classes/login.class.php');
#########################################

$o = new LoginGateway();