Skip to content

Codeigniter library for multi language websites using Codeigniter framework

License

Notifications You must be signed in to change notification settings

OPADA-Eng/Codeigniter-language-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter-language-db

Codeigniter library for multi language websites using Codeigniter framework

install

  1. add files to your project
  2. import db tabels. That's it !

Usage

  1. add your pages names to 'page' table
  2. add language holders strings to 'content_holder' table
  3. add your languages to 'language' table
  4. add your languages strings to 'content_view' table.
  5. load library in 'autoload.php'.
  6. load page in your controller like: $this->language->load('page_name');
  7. use 'lang("string_holder")' to print your language word.

About

Codeigniter library for multi language websites using Codeigniter framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages