Changeset 4956

Show
Ignore:
Timestamp:
09/12/08 19:52:06 (10 months ago)
Author:
jwage
Message:

Fixing some wording.

Location:
branches/1.0/docs/manual
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/docs/manual/de/component-overview.txt

    r4674 r4956  
    758758+++ Finder methods 
    759759 
    760 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need  
     760{{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need  
    761761to fetch data from one database table. If you need queries that use several components (database tables) use  
    762762{{Doctrine_Connection::query()}}. 
  • branches/1.0/docs/manual/de/working-with-objects/component-overview/table.txt

    r4674 r4956  
    1717++++ Finder methods 
    1818 
    19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need  
     19{{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need  
    2020to fetch data from one database table. If you need queries that use several components (database tables) use  
    2121{{Doctrine_Connection::query()}}. 
  • branches/1.0/docs/manual/en/component-overview.txt

    r4820 r4956  
    787787+++ Finder methods 
    788788 
    789 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need  
     789{{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need  
    790790to fetch data from one database table. If you need queries that use several components (database tables) use  
    791791{{Doctrine_Connection::query()}}. 
  • branches/1.0/docs/manual/en/working-with-objects/component-overview/table.txt

    r4674 r4956  
    1717++++ Finder methods 
    1818 
    19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need  
     19{{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need  
    2020to fetch data from one database table. If you need queries that use several components (database tables) use  
    2121{{Doctrine_Connection::query()}}. 
  • branches/1.0/docs/manual/pt_BR/component-overview.txt

    r4674 r4956  
    758758+++ Finder methods 
    759759 
    760 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need  
     760{{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need  
    761761to fetch data from one database table. If you need queries that use several components (database tables) use  
    762762{{Doctrine_Connection::query()}}. 
  • branches/1.0/docs/manual/pt_BR/working-with-objects/component-overview/table.txt

    r4674 r4956  
    1717++++ Finder methods 
    1818 
    19 {{Doctrine_Table}} provides basic finder methods. These finder methods are very fast and should be used if you only need  
     19{{Doctrine_Table}} provides basic finder methods. These finder methods are very fast to write and should be used if you only need  
    2020to fetch data from one database table. If you need queries that use several components (database tables) use  
    2121{{Doctrine_Connection::query()}}.