{"id":13606987,"url":"https://github.com/Alicannklc/phpstorm-codeigniter-snippets","last_synced_at":"2025-04-12T11:31:11.071Z","repository":{"id":218436867,"uuid":"140182238","full_name":"Alicannklc/phpstorm-codeigniter-snippets","owner":"Alicannklc","description":"phpstorm codeigniter snippets plugin","archived":true,"fork":false,"pushed_at":"2019-12-12T10:24:51.000Z","size":8579,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-07T12:42:07.651Z","etag":null,"topics":["code-completion","codeigniter","phpstorm","phpstorm-codeigniter-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alicannklc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-08T15:59:23.000Z","updated_at":"2023-01-28T13:01:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"78cf34b6-10ab-4f66-9cda-8618518c20b9","html_url":"https://github.com/Alicannklc/phpstorm-codeigniter-snippets","commit_stats":null,"previous_names":["alicannklc/phpstorm-codeigniter-snippets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alicannklc%2Fphpstorm-codeigniter-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alicannklc%2Fphpstorm-codeigniter-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alicannklc%2Fphpstorm-codeigniter-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alicannklc%2Fphpstorm-codeigniter-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alicannklc","download_url":"https://codeload.github.com/Alicannklc/phpstorm-codeigniter-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560077,"owners_count":21124590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-completion","codeigniter","phpstorm","phpstorm-codeigniter-plugin"],"created_at":"2024-08-01T19:01:14.489Z","updated_at":"2025-04-12T11:31:11.065Z","avatar_url":"https://github.com/Alicannklc.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"\n# Phpstorm CodeIgniter Snippets\nPlugin url: https://plugins.jetbrains.com/plugin/10916\n\n![](images/codeigniter-snippets.gif)\n\n## Snippets Table\n|Prefix|description|\n|--------|-----------|\n|anchor | CI - Anchor Helper|\n|ci_base | CI - URL Helper - base_url|\n|calendar | CI - Calendar Helper|\n|cart_update | CI - Update Cart|\n|eof | CI - End of file|\n|ciline | Comment Line|\n|ci_start | CI - Generic Starter Class|\n|construct | CI - Class Constructor|\n|controller | CI - Base Controller|\n|_cookie | CI - Cookie|\n|crud | CI - Simple CRUD Controller|\n|db_affected | CI - Active Record DB Affected Rows|\n|db_delete | CI - Active Record DB Delete|\n|db_free_result | CI - Active Record DB Free Result|\n|db_from | CI - Active Record DB From|\n|db_get | CI - Active Record DB Get|\n|db_group | CI - Active Record DB Group By|\n|db_insert | CI - Active Record DB Insert|\n|db_insertbatch | CI - Active Record DB Insert Batch|\n|db_insert_id | CI - Active Record DB Last Inserted Id|\n|db_join | CI - Active Record DB Join|\n|db_last | CI - Active Record DB Helper Functions|\n|db_limit |CI - Active Record DB Helper Functions|\n|db_num_fields | CI - Active Record DB Num Fields|\n|db_num_rows | CI - Active Record DB Num Rows|\n|db_order | CI - Active Record DB Order By|\n|db_result | CI - Active Record DB Result|\n|db_result_array | CI - Active Record DB Result Array|\n|db_row | CI - Active Record DB Row|\n|db_row_array | CI - Active Record DB Row Array|\n|db_select | CI - Active Record DB Select|\n|db_truncate | CI - Active Record Truncate Table|\n|db_update | CI - Active Record DB Update|\n|db_where | CI - Active Record DB Where|\n|display_cart | CI - Simple Cart Template|\n|echopre | Pre tag in echo|\n|email | CI - Email Boilerplate|\n|fetch_class | CI - Fetch Class|\n|fetch_method | CI - Fetch Method|\n|fetch_module | CI - Fetch Module|\n|flashdata | CI - Flashdata|\n|form_checkbox | CI - Form Helper - Checkbox|\n|form_close | CI - Form Helper - Close|\n|form_dropdown | CI - Form Helper - Dropdown|\n|form_hidden | CI - Form Helper - Hidden Field|\n|form_input | CI - Form Helper - Input Field|\n|form_label | CI - Form Helper - Label|\n|form_open | CI - Form Open|\n|form_password | CI - Form Helper - Password Field|\n|form_submit | CI - Form Helper - Submit|\n|form_textarea | CI - Form Helper - Text Area|\n|form_upload | CI - Form Helper - Upload Field|\n|form_validation | CI - Form Validation Rule|\n|form_validation_run | CI - Form Validation Run|\n|form_validation_sv | CI - Form Validation Set Value|\n|generate_table | CI - Generate Table|\n|_get | CI - $_GET|\n|get_instance | CI - Assign the CodeIgniter object to a variable|\n|_get_post | CI - $_GET  $_POST|\n|get_request_header | CI - Get request header|\n|ip_address | CI - Get ip address|\n|is_ajax | CI - Is ajax request|\n|is_cli | CI - Is CLI request|\n|library | CI - New Library|\n|load_helper | CI - Load Helper File|\n|load_library | CI - Load Library|\n|load_model | CI - Load Model|\n|load_module | HMVC CI - Load Module Controller|\n|load_view | CI - Load View|\n|log | CI - Log Message|\n|migration | CI - Base Migration|\n|model | CI - Base Model|\n|output_json | CI - output Json|\n|output_profiler | CI - Enable Profiler|\n|pagination | CI - Pagination Boilerplate|\n|_post | CI - $_POST|\n|_redirect | CI - URL Helper - redirect with response code|\n|redirect | CI - URL Helper - redirect|\n|request_headers | CI - Request Headers|\n|run_validation | CI - Run form validation|\n|_server | CI - $_SERVER|\n|session_all_userdata | CI - Session - Retrieving All Session Data|\n|session_sess_destroy | CI - Session - Destroying a Session|\n|session_set_userdata | CI - Session - Adding Custom Session Data|\n|session_unset_userdata | CI - Session - Removing Session Data|\n|session_userdata | CI - Session - Retrieving Session Data|\n|set_cookie | CI - Set Cookie|\n|set_flashdata | CI - Set flashdata|\n|set_json | CI - Set content type to json|\n|site | CI - URL Helper - site_url|\n|th | PHP - $this or other object use|\n|unit_run | CI - Unit Run|\n|upload | CI - Upload Boilerplate|\n|uri_segment | CI - URI Segment|\n|user_agent | CI - Get user agent|\n|valid_ip | CI - Valid IP|\n\n\n\n\n\n-----------------------------------------------------------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlicannklc%2Fphpstorm-codeigniter-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlicannklc%2Fphpstorm-codeigniter-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlicannklc%2Fphpstorm-codeigniter-snippets/lists"}