- 11 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 09 Jan, 2014 2 commits
-
-
Alexander Makarov authored
-
Carsten Brandt authored
-
- 08 Jan, 2014 1 commit
-
-
Qiang Xue authored
Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore)
-
- 07 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 06 Jan, 2014 1 commit
-
-
Carsten Brandt authored
-
- 01 Dec, 2013 2 commits
- 28 Nov, 2013 1 commit
-
-
Qiang Xue authored
-
- 20 Nov, 2013 1 commit
-
-
Carsten Brandt authored
code style section has been added here: https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static verification code for properties: https://gist.github.com/cebe/7566916
-
- 19 Nov, 2013 1 commit
-
-
Qiang Xue authored
-
- 12 Nov, 2013 3 commits
-
-
slavcodev authored
-
Taras Gudz authored
-
Taras Gudz authored
-
- 04 Nov, 2013 2 commits
- 28 Oct, 2013 1 commit
-
-
Alexander Mohorev authored
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
-
- 23 Oct, 2013 3 commits
-
-
Alexander Makarov authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 22 Oct, 2013 1 commit
-
-
Carsten Brandt authored
-
- 18 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 02 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 28 Sep, 2013 1 commit
-
-
Alexander Makarov authored
-
- 27 Sep, 2013 1 commit
-
-
Alexander Makarov authored
-
- 04 Sep, 2013 1 commit
-
-
Carsten Brandt authored
See discussion about exceptions in autoloader here: https://groups.google.com/forum/?fromgroups#!topic/php-fig/kRTVRSIJ0qE
-
- 01 Sep, 2013 1 commit
-
-
Qiang Xue authored
-
- 18 Aug, 2013 1 commit
-
-
Carsten Brandt authored
helps reducing weird error messages.
-
- 12 Aug, 2013 2 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 11 Aug, 2013 3 commits
-
-
Carsten Brandt authored
autoload return value has no effect on other autoloaders they will only be called based on whether the class has been loaded or not.
-
Qiang Xue authored
-
Carsten Brandt authored
As of PHP 5.3.2 PHP does not send class names with leading \ to autoload functions. Removed ltrim for '/' from autoload because it is 1. not needed: https://bugs.php.net/bug.php?id=50731 and 2. possibly wrong behavior: https://bugs.php.net/bug.php?id=51087
-
- 10 Aug, 2013 1 commit
-
-
Qiang Xue authored
-
- 31 Jul, 2013 1 commit
-
-
Qiang Xue authored
-
- 16 Jul, 2013 1 commit
-
-
Qiang Xue authored
-
- 12 Jul, 2013 2 commits
- 10 Jul, 2013 2 commits