codeigniter-basic-helper

CodeIgniter - Basic Helper - Maintain by @nguyenanhung

GPL-3.0 License

Downloads
25.7K
Stars
4
Committers
2
codeigniter-basic-helper - Release version 1.1.1

Published by nguyenanhung over 2 years ago

  • Phiên bản này fixed 1 số lỗi nhỏ

Full Changelog: https://github.com/nguyenanhung/codeigniter-basic-helper/compare/v1.1.0...v1.1.1

codeigniter-basic-helper - Release version 1.1.0

Published by nguyenanhung over 2 years ago

Simple RESTful Helper

Class cung cấp phương thức nhanh gọn để gọi tới các API tuân chuẩn RESTful

  • Execute request to RESTful API Service: SimpleRestful::execute($url, $type, $data)
codeigniter-basic-helper - Release version 1.0.9

Published by nguyenanhung almost 3 years ago

Add 1 số function trong assets helper

codeigniter-basic-helper - Release version 1.0.8

Published by nguyenanhung about 3 years ago

  • Add assets_themes_metronic function
codeigniter-basic-helper - Release version 1.0.7.5

Published by nguyenanhung about 3 years ago

  • Fixed XML Helper
  • Fixed IP Helper
  • Update README
codeigniter-basic-helper - Release version 1.0.7.4

Published by nguyenanhung about 3 years ago

  • Add XML to SimpleCurl
codeigniter-basic-helper - Release version 1.0.7.3

Published by nguyenanhung about 3 years ago

  • Add Error Response, Error Status to SimpleCurl
codeigniter-basic-helper - Release version 1.0.7.2

Published by nguyenanhung about 3 years ago

  • Update class SimpleCurl
codeigniter-basic-helper - Release version 1.0.7.1

Published by nguyenanhung about 3 years ago

  • Update vendor package
codeigniter-basic-helper - Release version 1.0.7

Published by nguyenanhung about 3 years ago

  • Add GitHub Action Workflows
  • Hiện tại, thư viện hỗ trợ các phiên bản PHP: ^PHP 5.4 || ^PHP 7.0 || ^PHP 8.0.
  • Optimize code để tối ưu khả năng tương thích và tốc độ với PHP 7 trở lên
codeigniter-basic-helper - Release version 1.0.6.1

Published by nguyenanhung about 3 years ago

  • Update LICENSE
codeigniter-basic-helper - Release version 1.0.6

Published by nguyenanhung about 3 years ago

Add thêm 1 số helper mới trong project hay sử dụng

codeigniter-basic-helper - Release version 1.0.5

Published by nguyenanhung about 3 years ago

codeigniter-basic-helper - Release version 1.0.4

Published by nguyenanhung about 3 years ago

Bản update này bổ sung thêm: NanoID Helper

Helper này sử dụng gói hidehalo/nanoid-php để gen ra 1 mã random Id nhỏ, nhẹ và an toàn hơn nhiều so với UUID. Hiện tại việc sử dụng nanoid đang là xu hướng so với uuid truyền thống

  • Helper Function: randomNanoId
codeigniter-basic-helper - Release version 1.0.3

Published by nguyenanhung about 3 years ago

1 vài helper cơ bản khi sử dụng với CodeIgniter 3.

Có thể đưa vào nhiều bộ code khác, tuy nhiên có 1 số function require framework CodeIgniter, tuy nhiên không ảnh hưởng tới hiệu suất sử dụng

1 số helper được hỗ trợ sẵn

Dưới đây là danh sách các Helper được hỗ trợ trong bộ thư viện này

AlphaID Helper

  • Helper Function: generateAlphaId

Array Helper

  • Helper Function: arrayToObject
  • Helper Function: arrayToXml
  • Helper Function: convertArrayToXml

Assets Helper

  • Helper Function: assets_url
  • Helper Function: templates_url
  • Helper Function: editor_url
  • Helper Function: favicon_url
  • Helper Function: assets_mobile
  • Helper Function: assets_themes
  • Helper Function: assets_themes_dashboard
  • Helper Function: assets_themes_comingsoon
  • Helper Function: assets_themes_error

Common Helper

  • Helper Function: isEmpty

Debug Helper

  • Helper Function: dd
  • Helper Function: ddd

File Helper

  • Helper Function: formatSizeUnits
  • Helper Function: genarateFileIndex
  • Helper Function: genarateFileHtaccess
  • Helper Function: makeNewFolder
  • Helper Function: new_folder

HTML Helper

  • Helper Function: meta_dns_prefetch
  • Helper Function: meta_property
  • Helper Function: tachPage
  • Helper Function: stripHtmlTag
  • Helper Function: strip_only_tags
  • Helper Function: tracking_google_analytics

Image Helper

  • Helper Function: google_image_resize
  • Helper Function: wordpress_proxy

IP Helper

  • Helper Function: getIPAddress
  • Helper Function: validateIP
  • Helper Function: validateIPV4
  • Helper Function: validateIPV6
  • Helper Function: getIpInformation

Paging Helper

  • Helper Function: view_paginations
  • Helper Function: view_more
  • Helper Function: select_page
  • Helper Function: get_paginations_title
  • Helper Function: get_paginations_number

Text Helper

  • Helper Function: convert_string_utf8_to_vietnamese
  • Helper Function: clean_allowfullscreen
  • Helper Function: clean_text
  • Helper Function: clean_title
  • Helper Function: clean_text_mobile
  • Helper Function: bodautru
  • Helper Function: bodaunhay
  • Helper Function: searchs_snippets
  • Helper Function: tags_snippets
  • Helper Function: tags_clean

URL Helper

  • Helper Function: share_url
  • Helper Function: encodeId_Url_byHungDEV
  • Helper Function: decodeId_Url_byHungDEV
  • Helper Function: convertToLatin
  • Helper Function: specialCharToNormalChar
  • Helper Function: alphabetOnly
  • Helper Function: boDauTiengViet
  • Helper Function: removeSpecialChar
  • Helper Function: getPermalinksSEO

UUID Helper

  • Helper Function: generate_uuid_v4

XML Helper

  • Helper Function: parse_sitemap_index

Maintainer & Supporter

STT Name Email Github
1 Hung Nguyen [email protected] @nguyenanhung
codeigniter-basic-helper - Release version 1.0.2

Published by nguyenanhung about 3 years ago

codeigniter-basic-helper - Release version 1.0.1

Published by nguyenanhung about 3 years ago

Fix array helper

codeigniter-basic-helper - Release version 1.0.0

Published by nguyenanhung about 3 years ago

Init Basic helper for CodeIgniter