Skip to content

CodeIgniter Library for generating META keywords for pages / site content

Notifications You must be signed in to change notification settings

donjakobo/ci-keyword-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ci-keyword-generator

CodeIgniter Library for generating META keywords for pages / site content

How to Use

Place the library into your libraries folder:

/application/libraries/Metakeywords.php

Load the library in your controller:

$this->load->library( 'Metakeywords' );

Using a paragraph of $text, have it generate a comma seperated string of keywords:

echo $this->metakeywords->get( $text );

About

CodeIgniter Library for generating META keywords for pages / site content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages