PHP Classes

File: PhpSampleTemplate.php

Recommend this page to a friend!
  Classes of Mostafa Abd-El-Hamid   PHP Azure Active Directory   PhpSampleTemplate.php   Download  
File: PhpSampleTemplate.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP Azure Active Directory
Manage users and groups of Windows Azure
Author: By
Last change:
Date: 8 years ago
Size: 294 bytes
 

Contents

Class file image Download
<a href="index.php">Home</a> -
<a href="aboutthissample.php">About Us</a>
<?php
   
//Require other files.
   
require_once 'GraphServiceAccessHelper.php';
   
//Enable the option to display any parsing errors.
   
error_reporting(E_ALL | E_STRICT);
   
ini_set('display_errors', 1);
?>