2017 © Pedro Peláez
 

library asset_helper

Asset helper for CodeIgniter 2 and 3

image

mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  • Thursday, January 28, 2016
  • by mazedlx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Scrutinizer Code Quality , (*1)

asset_helper

Super-simple asset helper for CodeIgniter for local js and css files., (*2)

Installation

composer require mazedlx/asset_helper, (*3)

Usage

Make sure that CodeIgniter ist autoloading your Composer packages (application/config/config.php):, (*4)

$config['composer_autoload'] = true;, (*5)

In your view:, (*6)

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$assetHelper = new AssetHelper\AssetHelper();
?>
<!DOCTYPE html>
<html lang="de">
    <head>
        <base href="<?php echo base_url(); ?>" />
        <?php echo $assetHelper->link_css('bootstrap.css'); ?>
        <?php echo $assetHelper->link_js('jquery.min.js'); ?>
        <?php echo $assetHelper->link_js('bootstrap.js'); ?>
    </head>
    <body>
        <h1>Lorem ipsum dolor sit amet</h1>
    </body>
</html>

The Versions

28/01 2016

dev-master

9999999-dev https://github.com/mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  Sources   Download

MIT

The Requires

 

The Development Requires

helper assets codeigniter

23/01 2016

v2.0.1

2.0.1.0 https://github.com/mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

helper assets codeigniter

23/01 2016

v1.1.0

1.1.0.0 https://github.com/mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

helper assets codeigniter

23/01 2016

v2.0.0

2.0.0.0 https://github.com/mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

helper assets codeigniter

21/01 2016

v1.0.1

1.0.1.0 https://github.com/mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

helper assets codeigniter

21/01 2016

v1.0.0

1.0.0.0 https://github.com/mazedlx/asset_helper

Asset helper for CodeIgniter 2 and 3

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • codeigniter >=2.0.0

 

helper assets codeigniter