Releases: nguyenanhung/codeigniter-basic-helper
Releases · nguyenanhung/codeigniter-basic-helper
Release version 1.1.7.8
Full Changelog: v1.1.7.7...v1.1.7.8
Text Helper
- Add Helper Function:
highlight_keyword_phraseHighlights a keyword within a text string
Release version 1.1.7.7
- Add final class
BasicCurl
Full Changelog: v1.1.7.6...v1.1.7.7
Release version 1.1.7.6
Gravatar Helper
- Helper Function:
bear_framework_show_gravatar- Show Gravatar URL with Custom Size and Username
Full Changelog: v1.1.7.5...v1.1.7.6
Release version 1.1.7.5
Add Number Helper
- Helper Function:
convertNumberToWords- Tác dụng convert 1 số thành chữ, ví dụ123thànhOne Hundred Twenty Three
Add String Helper
- Helper Function:
hide_characters- Convertnguyenanhungtongxyexanxunx, acts as a very simple and predictable character encoding function but is necessary to hide something simple
Full Changelog: v1.1.7.4...v1.1.7.5
Release version 1.1.7.4
Full Changelog: v1.1.7.3...v1.1.7.4
Release version 1.1.7.3
Intro
- Add Table of Contents vào README page cho dễ tìm kiếm thông tin
Blogspot Helper
- Add Helper Function:
blogspotDescSortWithPublishedTime- Sắp xếp dữ liệu feed từ blogspot theo Published Time - Add Helper Function:
blogspotUSort- Sắp xếp dữ liệu feed từ blogspot theo USort và Published Time theo DESC
Sentry Helper
- Add Helper Function:
log_to_sentry- Logging lên Sentry thông qua Monolog Handler
Full Changelog: v1.1.7.2...v1.1.7.3
Release version 1.1.7.2
- Add Helper Function:
favicon_html_tag- Hàm lấy ra đoạn HTML thể hiện Favicon dựa vào URL folder favicon đầu vào
Full Changelog: v1.1.7.1...v1.1.7.2
Release version 1.1.7.1
- Add Helper Function:
defaultCompressHtmlOutput- Compress HTML output, default configure
Full Changelog: v1.1.7...v1.1.7.1
Release version 1.1.7
Full Changelog: v1.1.6.1...v1.1.7
Security Helper
- Optimize code helper Function:
xssValidation
Add new Array Helper
- Helper Function:
to_array- Converts a string or an object to an array. - Helper Function:
removeArrayElementWithValue- Loại bỏ 1 giá trị trong array theo key và value - Helper Function:
arrayRecursiveDiff- Diff 2 array bằng đệ quy - Helper Function:
arrayIsAssoc- Detects if the given value is an associative array. - Helper Function:
arrayFirstElement- Returns the first element of an array. - Helper Function:
arrayLastElement- Returns the last element of an array. - Helper Function:
arrayGetElement- Gets a value in an array by dot notation for the keys. - Helper Function:
arraySetElement- Sets a value in an array using the dot notation.
Add new File Helper
- Helper Function:
scan_folder- Quét và lấy ra danh sách các thông tin dữ liệu trong folder - Helper Function:
getAllFileSizeInFolder- Get all File size in Folder - Helper Function:
getAllFileInFolder- Get all File in Folder
Add new String Helper
- Helper Function:
countStringsInText- Hàm đếm số từ trong đoạn văn bản - Helper Function:
findMiddleInString- Hàm lấy chuỗi ở giữa chuỗi bắt đầu và chuỗi kết thúc - Helper Function:
str_insert- Inserts one or more strings into another string on a defined position. - Helper Function:
str_between- Return the content in a string between a left and right element. - Helper Function:
str_after- Return the part of a string after a given value. - Helper Function:
str_before- Get the part of a string before a given value. - Helper Function:
str_limit_words- Limit the number of words in a string. Put value of $end to the string end. - Helper Function:
str_limit_characters- Limit the number of characters in a string. Put value of $end to the string end. - Helper Function:
str_contains- Tests if a string contains a given element - Helper Function:
str_ignore_contains- Tests if a string contains a given element. Ignore case sensitivity. - Helper Function:
str_starts_with- Determine if a given string starts with a given substring. - Helper Function:
str_ignore_starts_with- Determine if a given string starts with a given substring. Ignore case sensitivity. - Helper Function:
str_ends_with- Determine if a given string ends with a given substring. - Helper Function:
str_ignore_ends_with- Determine if a given string ends with a given substring. Ignore case sensitivity. - Helper Function:
str_after_last- Return the part of a string after the last occurrence of a given search value.
Release version 1.1.6.1
Full Changelog: v1.1.6...v1.1.6.1