diff --git a/README.md b/README.md index 9577a11..592bcb8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ If you find error or whatever just fork it and send me a pull request. | ci_issecure | Check if request is HTTPS | | ci_log | Logging information | | ci_filter | Create a new filter class | +| ci_db_conn | Create a new database connection | # Contributors diff --git a/ci4_filter.sublime-snippet b/ci4_filter.sublime-snippet index 250ec86..71963d1 100644 --- a/ci4_filter.sublime-snippet +++ b/ci4_filter.sublime-snippet @@ -23,5 +23,5 @@ class ${1:${TM_FILENAME/(.+)\..+|.*/\u$1/:FilterName}}Filter implements FilterIn ]]> ci_filter source.php, text.html.basic, text.plain - CI4 - Base Controller + CI4 - Base Filter Class \ No newline at end of file diff --git a/ci_db_conn.sublime-snippet b/ci_db_conn.sublime-snippet new file mode 100644 index 0000000..8a54467 --- /dev/null +++ b/ci_db_conn.sublime-snippet @@ -0,0 +1,8 @@ + + + ci_db_connr + source.php + CI4 - Create a new database connection + \ No newline at end of file