Age | Commit message (Collapse) | Author |
|
Class names are not case sensitive but file names are if you are running on an case sensitive file systems. Since class names map to file names, they need to be used case sensitive.
|
|
|
|
|
|
|
|
|
|
|
|
- Prado::using for interfaces
- fix Prado:using for single files (must be aliased too)
|
|
|
|
|
|
|
|
|
|
Php namespaces can’t begin with a number
|
|
|
|
|
|
Changed version to 3.2.99;
Attempt at fixing autoloading
fixed enough namespaces to have some demos running
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix issue #543.
|
|
|
|
|
|
|
|
|
|
|
|
|