CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | CakePHP Datasources edit |
Homepage: | https://cakephp.org edit |
Public Clone URL: |
git://github.com/cakephp/datasources.git
Give this clone URL to anyone.
git clone git://github.com/cakephp/datasources.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:cakephp/datasources.git
|
name | age | message | |
---|---|---|---|
![]() |
README.mdown | Sat Dec 12 16:31:31 -0800 2009 | Changing Readme to Datasources specific content... [predominant] |
![]() |
models/ | Thu Dec 10 14:59:29 -0800 2009 | Update @package and @subpackage comments. [predominant] |
![]() |
tests/ | Thu Dec 10 15:08:57 -0800 2009 | Change @since line. [predominant] |
CakePHP datasources plugin
This plugin contains various datasources contributed by the core CakePHP team and the community. The datasources plugin is compatible with CakePHP 1.3+.
Using the datasources plugin
First download the repository and place it in app/plugins/datasources
or on one of your plugin paths. You can then import and use the datasources in your App classes.
Model validation
Datasource plugin datasources can be used either through App::import of by defining them in your database configuration
class DATABASE_CONFIG {
var $mySource = array(
'datasource' => 'Datasources.Xmlrpc',
...
);
}
or
App::import('Datasource', 'Datasources.Xmlrpc');
Contributing to datasources
If you have a datasource, or an idea for a datasource that could benefit the CakePHP community, please for the project on github. Once you have forked the project you can commit your datasource class (and any test cases). Once you have pushed your changes back to github you can send a pull request, and your changes will be reviewed and merged in or feedback will be given.
Issues with datasources
If you have issues with the datasources plugin, you can report them at https://cakephp.lighthouseapp.com/projects/42657-datasources/overview