Skip to content

Searching Using Like Clause Gives An Error #1048

Answered by kenjis
Elvis254 asked this question in Q&A
Discussion options

You must be logged in to vote

The CodeIgniter’s Model provides convenience features and additional functionality that people commonly use to make working with a single table in your database more convenient.
https://codeigniter4.github.io/CodeIgniter4/models/model.html#models

You get the error because there is no column named secret in the table.
So you need to join by yourself.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Elvis254
Comment options

@kenjis
Comment options

Answer selected by Elvis254
@Elvis254
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1047 on February 24, 2024 12:27.