dev-master
9999999-dev
The Requires
v1.1.2
1.1.2.0
The Requires
v1.1.1
1.1.1.0
The Requires
v1.1.0
1.1.0.0
The Requires
v1.0.0
1.0.0.0
The Requires
Wallogit.com
2017 © Pedro Peláez
PHP Class for generating head links and scripts to resources hosted on various CDN's, (*1)
Simply echo where required:, (*2)
echo Del\Cdn::angularJavascript('1.5.6');
// output
// <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
Default versions have changed in v2.x, just pass in the old version number where you call the code., (*3)
For instance, if you used Bootstrap v3.3.2, just pass in 3.3.2:, (*4)
echo Cdn::bootstrapJavascript(); // now gives v4.5.3
echo Cdn::bootstrapJavascript('3.3.2'); // you are now upgraded to Del\Cdn v2.x