1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/en/component-overview/hook.txt

8 lines
426 B
Plaintext
Raw Normal View History

2007-11-25 15:44:54 +03:00
+++ Introduction
Many web applications have different kinds of lists. The lists may contain data from multiple components (= database tables) and they may have actions such as paging, sorting and setting conditions. {{Doctrine_Hook}} helps building these lists. It has a simple API for building search criteria forms as well as building a DQL query from the 'hooked' parameters.
+++ Building queries
+++ List of parsers