Author: m4rw3r
(2008/11/09 16:27) Over 3 years ago
119
<li>
120
Added <dfn>dump()</dfn> which dumps the contents of the record, omitting the "internal" properties
121
</li>
122
<li>Added a forgoten call to <dfn>log_message()</dfn> in <dfn>related()</dfn></li>
<li>Added a forgotten call to <dfn>log_message()</dfn> in <dfn>related()</dfn></li>
123
</ul>
124
125
...
146
<li><dfn>delete_all()</dfn> now works with relations, the previous contained old code (from 0.1.1)</li>
147
<li>Added references to the model object in the pre_* fetch hooks</li>
148
<li>Removed the instantiate_record hooks</li>
149
<li>Removed the need for CodeIgniter's ActiveRecord library</li>
150
<li><strong>Note: </strong> The <kbd>IR_USE_AR</kbd> option has been removed</li>
151
<li><strong>Note: </strong> Some hook parameters have been reordered</li>
152
153
154
171
174
172
Fixed bug which occured if <dfn>like()</dfn> wan't called before <dfn>where()</dfn>
175
173
176
177
<li>Fixed the <dfn>insert()</dfn>, <dfn>update()</dfn> and <dfn>delete()</dfn> methods, so they can now be used</li>
178
Improved performance of <dfn>_protect_identifiers()</dfn> and the WHERE statement generation code<br />
179
A total improvement of about 10%.
180
<li>Added a forgotten call to <dfn>log_message()</dfn> in <dfn>related()</dfn></li>