PHP Classes

File: src/helpers.php

Recommend this page to a friend!
  Classes of Josiah Ovye Yahaya   ngstates   src/helpers.php   Download  
File: src/helpers.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ngstates
Retrieve information about Nigeria states
Author: By
Last change:
Date: 5 years ago
Size: 258 bytes
 

Contents

Class file image Download
<?php if (!function_exists('storagePath')) { function storagePath($path) { return __DIR__ . '/' . $path; } } if (!function_exists('ngstates')) { function ngstates() { return new Coderatio\NGStates\NGStates(); } }