Skip to content
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

Closed
wants to merge 69 commits into from
Closed

Added loaders and dumpers for nette database and Doctrine DBAL. #86

wants to merge 69 commits into from

Conversation

racinmat
Copy link

Added intergration of translations stored in database using doctrine DBAL and nette database.

},
"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",
Copy link
Member

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
Copy link
Member

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);
Copy link
Contributor

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

@matej21
Copy link
Contributor

matej21 commented Sep 13, 2015

a oprav code style :) na spousta mistech je odsazeno mezerama, nekde jsou male true, false, null a na par mistech zustal nejaky debug vystup pres Debugger::log . a tam, kde nezustal, zustal v importech nepouziti Tracy\Debugger :D

@racinmat
Copy link
Author

Přidat index pro sloupec updated_at v překladové tabulce.
Použít cache na ukládání nejnovějšího updated_at, aby se nemusel při každém requestu pokládat dotaz.
Hotovo.

@fprochazka fprochazka mentioned this pull request Oct 17, 2015
@fprochazka
Copy link
Member

@racinmat thank you for your work, let's continue here #89

@fprochazka fprochazka closed this Oct 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants