Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
44dbb223
Commit
44dbb223
authored
Apr 03, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup docs
parent
a6aaafd3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
ActiveRecord.php
extensions/elasticsearch/ActiveRecord.php
+1
-1
ActiveRecord.php
extensions/mongodb/ActiveRecord.php
+1
-1
ActiveRecord.php
extensions/mongodb/file/ActiveRecord.php
+1
-1
ActiveRecord.php
extensions/redis/ActiveRecord.php
+1
-1
ActiveQueryTrait.php
framework/db/ActiveQueryTrait.php
+0
-1
No files found.
extensions/elasticsearch/ActiveRecord.php
View file @
44dbb223
...
...
@@ -148,7 +148,7 @@ class ActiveRecord extends BaseActiveRecord
/**
* Creates an [[ActiveQuery]] instance.
*
* This method is called by [[find()]]
, [[findBySql()]]
to start a SELECT query but also
* This method is called by [[find()]] to start a SELECT query but also
* by [[hasOne()]] and [[hasMany()]] to create a relational query.
* You may override this method to return a customized query (e.g. `CustomerQuery` specified
* written for querying `Customer` purpose.)
...
...
extensions/mongodb/ActiveRecord.php
View file @
44dbb223
...
...
@@ -94,7 +94,7 @@ abstract class ActiveRecord extends BaseActiveRecord
/**
* Creates an [[ActiveQuery]] instance.
*
* This method is called by [[find()]]
, [[findBySql()]]
to start a SELECT query but also
* This method is called by [[find()]] to start a SELECT query but also
* by [[hasOne()]] and [[hasMany()]] to create a relational query.
* You may override this method to return a customized query (e.g. `CustomerQuery` specified
* written for querying `Customer` purpose.)
...
...
extensions/mongodb/file/ActiveRecord.php
View file @
44dbb223
...
...
@@ -47,7 +47,7 @@ abstract class ActiveRecord extends \yii\mongodb\ActiveRecord
/**
* Creates an [[ActiveQuery]] instance.
*
* This method is called by [[find()]]
, [[findBySql()]]
to start a SELECT query but also
* This method is called by [[find()]] to start a SELECT query but also
* by [[hasOne()]] and [[hasMany()]] to create a relational query.
* You may override this method to return a customized query (e.g. `CustomerQuery` specified
* written for querying `Customer` purpose.)
...
...
extensions/redis/ActiveRecord.php
View file @
44dbb223
...
...
@@ -51,7 +51,7 @@ class ActiveRecord extends BaseActiveRecord
/**
* Creates an [[ActiveQuery]] instance.
*
* This method is called by [[find()]]
, [[findBySql()]]
to start a SELECT query but also
* This method is called by [[find()]] to start a SELECT query but also
* by [[hasOne()]] and [[hasMany()]] to create a relational query.
* You may override this method to return a customized query (e.g. `CustomerQuery` specified
* written for querying `Customer` purpose.)
...
...
framework/db/ActiveQueryTrait.php
View file @
44dbb223
...
...
@@ -31,7 +31,6 @@ trait ActiveQueryTrait
public
$asArray
;
/**
* Sets the [[asArray]] property.
* @param boolean $value whether to return the query results in terms of arrays instead of Active Records.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment