Skip to content

Releases: mpmont/ci4-snippets

1.1.11

19 Nov 10:14
Compare
Choose a tag to compare

Added some more codeigniter 4 snippets to our repo

ci4_affectedRows
ci4_countAll
ci4_db_from
ci4_db_join
ci4_db_whereNotIn
ci4_db_whereNotInSubquery
ci4_getPlatform
ci4_getVersion
ci4_insertID
ci4_lastQuery

Fixed some existing snippets

ci4_email_config
ci4_filter

1.0.25

03 Jun 20:33
Compare
Choose a tag to compare

Created new iniController snippet / renamed ci_db_conn

1.0.24

25 May 21:05
Compare
Choose a tag to compare
  • Added messages
  • Added html table
    • ci_html_table - Create a basic html table based in a given array
    • ci_query_table - Create a basic html table based in query result
    • ci_table_template - Set your basic html table layout
  • Fixed ci_db_conn snippet
  • Updated readme file

1.0.20

19 May 20:18
Compare
Choose a tag to compare

ci_entity - Create a new Entity class
ci_cache - Save into the cache for x minutes
ci_getcache - Grab an instance of the cache engine directly through the Services class
ci_email - Basic example demonstrating how you might send email
ci_email_config - Basic email Preferences

1.0.13

13 Apr 20:26
Compare
Choose a tag to compare
  1. Corrected spacing on all the snippets
  2. Added new "Create Filter class snippet"
  3. Added new "create new database connection snippet"
  4. Update the readme file

1.0.11

19 Mar 14:16
Compare
Choose a tag to compare

11 New snippets to the package.

1.0.0

03 Mar 22:04
Compare
Choose a tag to compare
Query results