All Projects → johngerome → CodeIgniter-Minifyhtml-hooks

johngerome / CodeIgniter-Minifyhtml-hooks

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

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to CodeIgniter-Minifyhtml-hooks

e-learningCodeigniter
E-learning web app with admin panel, Codeigniter Framework
Stars: ✭ 34 (+13.33%)
Mutual labels:  codeigniter
ci-theme
UPDATED: Now themes are independent from application with the use of Actions and Filters :D .. The branch WP-Like is not available for public usage but you may contact me if you want a copy of it.
Stars: ✭ 20 (-33.33%)
Mutual labels:  codeigniter
CodeIgniter-Adjacency-List
Simple implementation with nestedSortable plugin.
Stars: ✭ 18 (-40%)
Mutual labels:  codeigniter
php-clamav-scan
A simple PHP library for ClamAV that is CodeIgniter compatible
Stars: ✭ 35 (+16.67%)
Mutual labels:  codeigniter
searchmap
Find places and Draw on Map using Google Maps API
Stars: ✭ 53 (+76.67%)
Mutual labels:  codeigniter
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (-6.67%)
Mutual labels:  codeigniter
powerorm
A very simple but effective php orm
Stars: ✭ 21 (-30%)
Mutual labels:  codeigniter
Codeigniter3-absen-digital
Sistem Absensi Online dengan framework codeigniter 3
Stars: ✭ 33 (+10%)
Mutual labels:  codeigniter
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (-56.67%)
Mutual labels:  codeigniter
CIVueJS
Codeigniter + VueJS
Stars: ✭ 25 (-16.67%)
Mutual labels:  codeigniter
anofie
Anofie is an ultimate anonymous feedback script for personal & corporate use. A sarahah clone script to collect honest suggestions & feedback.
Stars: ✭ 21 (-30%)
Mutual labels:  codeigniter
tutorial-codeigniter
Tutorial Codeigniter untuk pemula
Stars: ✭ 108 (+260%)
Mutual labels:  codeigniter
SimpleIPAM
Simple IP address management
Stars: ✭ 28 (-6.67%)
Mutual labels:  codeigniter
simple-codeigniter-rest-api
🔥 Simple PHP code using Codeigniter framework for building Rest API
Stars: ✭ 60 (+100%)
Mutual labels:  codeigniter
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+280%)
Mutual labels:  codeigniter
codeigniter3-filename-checker
CodeIgniter3 Filename Checker
Stars: ✭ 21 (-30%)
Mutual labels:  codeigniter
Hotel-Management-System
Web Base Hotel Management System base on CI
Stars: ✭ 57 (+90%)
Mutual labels:  codeigniter
gameap-legacy
Free Game Admin Panel
Stars: ✭ 37 (+23.33%)
Mutual labels:  codeigniter
OneSignal-Codeigniter-Push-Notification
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
Stars: ✭ 27 (-10%)
Mutual labels:  codeigniter
KI-Board
Codeigniter & Bootstrap 기반 게시판
Stars: ✭ 13 (-56.67%)
Mutual labels:  codeigniter

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].