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

8 lines
426 B
Plaintext

+++ 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