Changeset 4956
- Timestamp:
- 09/12/08 19:52:06 (10 months ago)
- Location:
- branches/1.0/docs/manual
- Files:
-
- 6 modified
-
de/component-overview.txt (modified) (1 diff)
-
de/working-with-objects/component-overview/table.txt (modified) (1 diff)
-
en/component-overview.txt (modified) (1 diff)
-
en/working-with-objects/component-overview/table.txt (modified) (1 diff)
-
pt_BR/component-overview.txt (modified) (1 diff)
-
pt_BR/working-with-objects/component-overview/table.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/docs/manual/de/component-overview.txt
r4674 r4956 758 758 +++ Finder methods 759 759 760 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need760 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need 761 761 to fetch data from one database table. If you need queries that use several components (database tables) use 762 762 {{Doctrine_Connection::query()}}. -
branches/1.0/docs/manual/de/working-with-objects/component-overview/table.txt
r4674 r4956 17 17 ++++ Finder methods 18 18 19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need 20 20 to fetch data from one database table. If you need queries that use several components (database tables) use 21 21 {{Doctrine_Connection::query()}}. -
branches/1.0/docs/manual/en/component-overview.txt
r4820 r4956 787 787 +++ Finder methods 788 788 789 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need789 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need 790 790 to fetch data from one database table. If you need queries that use several components (database tables) use 791 791 {{Doctrine_Connection::query()}}. -
branches/1.0/docs/manual/en/working-with-objects/component-overview/table.txt
r4674 r4956 17 17 ++++ Finder methods 18 18 19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need 20 20 to fetch data from one database table. If you need queries that use several components (database tables) use 21 21 {{Doctrine_Connection::query()}}. -
branches/1.0/docs/manual/pt_BR/component-overview.txt
r4674 r4956 758 758 +++ Finder methods 759 759 760 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need760 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need 761 761 to fetch data from one database table. If you need queries that use several components (database tables) use 762 762 {{Doctrine_Connection::query()}}. -
branches/1.0/docs/manual/pt_BR/working-with-objects/component-overview/table.txt
r4674 r4956 17 17 ++++ Finder methods 18 18 19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need 20 20 to fetch data from one database table. If you need queries that use several components (database tables) use 21 21 {{Doctrine_Connection::query()}}.