PHP Classes

File: components/js.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP URL Shortener   components/js.php   Download  
File: components/js.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP URL Shortener
Application to create and expand short URLs
Author: By
Last change:
Date: 11 months ago
Size: 263 bytes
 

Contents

Class file image Download
<?php
$utils
->script('https://code.jquery.com/jquery-3.3.1.slim.min.js');
$utils->script(
   
'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js'
);
$utils->script('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js');