Skip to content

Commit 8c13713

Browse files
author
Vitaliy
authored
Update Magento Resource Model Class.php.html
1 parent 91be50e commit 8c13713

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/fileTemplates/internal/Magento Resource Model Class.php.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
1010
<tr>
1111
<td><font face="verdana" size="-1">
12-
The Resource model it is the object through which all actual operations with the database are performed.
13-
This model is a part of Magento 2 Persistence layer.
12+
Magento uses an active record pattern strategy for persistence. In this system, the model object contains a resource model that maps an object to one or more database rows. A resource model is responsible for performing functions such as: Executing all CRUD (create, read, update, delete) requests.
1413
</font><br>
1514
</td>
1615
</tr>

0 commit comments

Comments
 (0)