1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2007-11-18 17:36:32 +00:00
parent 2a3b6d23b6
commit 5d5e81ae04

View File

@ -2,7 +2,6 @@
++ View
++ Profiler
++ Locking Manager
++ Connection Profiler
++ Internationalization with I18n
Doctrine_I18n is a plugin for Doctrine that provides internationalization support for record classes. In the following example we have a NewsItem class with two fields 'title' and 'content'. We want to have the field 'title' with different languages support. This can be achieved as follows: