This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class ActiveRecord extends CActiveRecord | |
{ | |
/** | |
* Create and configure a CDbCommand instance based on current criteria. | |
* | |
* Think twice before using this method - use only in cases where being able to stream | |
* through the raw SQL record-sets is crucial, usually for performance reasons, when | |
* dealing with very large record sets. |