-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added loaders and dumpers for nette database and Doctrine DBAL. #86
Conversation
Added compatibility to nette 2.3.
}, | ||
"require-dev": { | ||
"nette/application": "~2.3@dev", | ||
"nette/bootstrap": "~2.3@dev", | ||
"nette/caching": "~2.3@dev", | ||
"nette/component-model": "~2.2@dev", | ||
"nette/database": "~2.3@dev", | ||
"nette/database": "^2.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
'locale' => 'locale', | ||
'message' => 'message' | ||
], | ||
'loaders' => NULL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
driver: doctrine
nebo
driver: netteDb
nebo
driver: Trida\Ktera\Implementuje\Loader\Interface
} else { | ||
$class = $dumper; | ||
} | ||
list($class) = self::filterArgs($class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asi bude lepsi pouzit Compiler::parseService
, pak muze uzivatel lepe specifikovat argumenty, setup apod. to same u loaderu
a oprav code style :) na spousta mistech je odsazeno mezerama, nekde jsou male |
Přidat index pro sloupec updated_at v překladové tabulce. |
… with timestamp 0.
Added intergration of translations stored in database using doctrine DBAL and nette database.