Skip to content

A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.

Notifications You must be signed in to change notification settings

johngerome/CodeIgniter-Minifyhtml-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CodeIgniter-Minifyhtml-hooks

A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.

Installation

Copy /application/config/hooks.php and /application/hooks/Minifyhtml.php into your application folder Project

Modify your /applicatoin/config/config.php into this:

	-/*
	|--------------------------------------------------------------------------
	| Enable/Disable System Hooks
	|--------------------------------------------------------------------------
	|
	| If you would like to use the 'hooks' feature you must enable it by
	| setting this variable to TRUE (boolean).  See the user guide for details.
	|
	*/
	$config['enable_hooks'] = TRUE;

and your Done!


Everytime you call $this->load->view('view/view_file');, output function in Minifyhtml Class will be used.

Contributors

About

A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages