Kyle Robinson Young
|
c836ba08a3
Add/move docblocks to make text available in the API docs
|
14 years ago |
Renan Gonçalves
|
573a349209
Using plugin name on exception thrown and in templates files.
|
14 years ago |
Renan Gonçalves
|
1cf67b1e55
Little cleanup in exceptions.
|
14 years ago |
Jose Lorenzo Rodriguez
|
a14abd6281
Fixing DatabaseSession handler to correctly close the session before the model object is destroyed by php.
|
14 years ago |
Juan Basso
|
f5a54d00dd
Changed methods and attributes from private to protected.
|
14 years ago |
Juan Basso
|
895c10af7b
Adjusted some types in @param, @return and @var.
|
14 years ago |
Juan Basso
|
9bc3e567c1
Removed the @access and @static.
|
14 years ago |
Juan Basso
|
39b4032820
Fixed some API doc in model.
|
14 years ago |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 years ago |
Juan Basso
|
1c7d54eacc
Updated the paths from comments.
|
14 years ago |
Jose Lorenzo Rodriguez
|
2a39e6869c
Merge branch '2.0' into 2.0-merge
|
14 years ago |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 years ago |
Jose Lorenzo Rodriguez
|
e669a81e0a
Reverting change in ConnectionManager, sourceList() will only return the instantiated datasources
|
15 years ago |
Jose Lorenzo Rodriguez
|
b320e4323f
Improving ConnectionManager tests
|
15 years ago |
Jose Lorenzo Rodriguez
|
01f6744e35
Removing unneeded line in ConnectionManager
|
15 years ago |
AD7six
|
0cb70ae3bb
remove CONFIGS constant
|
15 years ago |
Jose Lorenzo Rodriguez
|
f14a295a3e
Adding a ConenctionManager::drop() method useful for testing and other dynamic tasks
|
15 years ago |
José Lorenzo Rodríguez
|
2386a11151
fixing tests from last merge
|
15 years ago |
José Lorenzo Rodríguez
|
d9c99b5ef6
Merge remote branch 'origin/2.0' into 2.0-class-loading
|
15 years ago |
José Lorenzo Rodríguez
|
54ecd2e77b
Some changes to ConnectionManager, it is now an static class. the connection objects enumeration will return the stored connections config instead of a cryptic array where only the ekys where useful
|
15 years ago |
José Lorenzo Rodríguez
|
4c0e06c451
Merge remote branch 'origin/2.0' into 2.0-class-loading
|
15 years ago |
José Lorenzo Rodríguez
|
633f1dc1e5
Fixing warning in ConnectionManager
|
15 years ago |
José Lorenzo Rodríguez
|
848461f7a0
Making the testsuite run again
|
15 years ago |
José Lorenzo Rodríguez
|
7828f7d2fb
Lazy loading connections in ConnectionManager, changing some class names and imports
|
15 years ago |
José Lorenzo Rodríguez
|
66744c68b0
Making ConnectionManager an static object instead of a singleton
|
15 years ago |
José Lorenzo Rodríguez
|
3f64844de9
Merge remote branch 'origin/2.0' into 2.0-class-loading
|
15 years ago |
José Lorenzo Rodríguez
|
7dc8d5e746
Simplifying datasources loading, it now requires datasources to be configured with the 'datasource' array key, which is a relative path from Model/Datasource/
|
15 years ago |
José Lorenzo Rodríguez
|
be1263d476
Moving the first database driver to the correct folder to start testing
|
15 years ago |
José Lorenzo Rodríguez
|
592abb569c
More work towards loading datasources
|
15 years ago |
José Lorenzo Rodríguez
|
4bb6d583b7
More work towards model loading
|
15 years ago |