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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
eaf60e14
Commit
eaf60e14
authored
Aug 01, 2011
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
w
parent
00215994
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
0 deletions
+3
-0
ActiveRecord.php
framework/db/ar/ActiveRecord.php
+0
-0
Command.php
framework/db/dao/Command.php
+0
-0
Connection.php
framework/db/dao/Connection.php
+2
-0
DataReader.php
framework/db/dao/DataReader.php
+0
-0
Transaction.php
framework/db/dao/Transaction.php
+0
-0
todo.txt
todo.txt
+1
-0
No files found.
framework/db/ar/ActiveRecord.php
View file @
eaf60e14
This diff is collapsed.
Click to expand it.
framework/db/
pd
o/Command.php
→
framework/db/
da
o/Command.php
View file @
eaf60e14
File moved
framework/db/
pd
o/Connection.php
→
framework/db/
da
o/Connection.php
View file @
eaf60e14
...
...
@@ -8,6 +8,8 @@
* @license http://www.yiiframework.com/license/
*/
namespace
yii\db\dao
;
/**
* Connection represents a connection to a database.
*
...
...
framework/db/
pd
o/DataReader.php
→
framework/db/
da
o/DataReader.php
View file @
eaf60e14
File moved
framework/db/
pd
o/Transaction.php
→
framework/db/
da
o/Transaction.php
View file @
eaf60e14
File moved
todo.txt
View file @
eaf60e14
...
...
@@ -5,6 +5,7 @@
* application
* http exception
- validators
* type conversion rules
* CompareValidator::clientValidateAttribute(): search for "CHtml::activeId"
* FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD
* consider merging UniqueValidator and ExistValidator and using a NOT property.
...
...
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