Skip to content

Commit f396eff

Browse files
committed
docs: fix the classname
1 parent b7e0f8b commit f396eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/entities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Now that all of the pieces are in place, you would work with the Entity class as
107107
$userModel->save($user);
108108

109109
You may have noticed that the User class has not set any properties for the columns, but you can still
110-
access them as if they were public properties. The base class, **CodeIgniter\\Entity**, takes care of this for you, as
111110
well as providing the ability to check the properties with **isset()**, or **unset()** the property, and keep track
111+
access them as if they were public properties. The base class, ``CodeIgniter\Entity\Entity``, takes care of this for you, as
112112
of what columns have changed since the object was created or pulled from the database.
113113

114114
When the User is passed to the model's **save()** method, it automatically takes care of reading the properties

0 commit comments

Comments
 (0)