[Typo3-dev] Observe creation of content elements
Kasper Skårhøj
kasper at typo3.com
Tue Apr 20 09:22:11 CEST 2004
The DBAL could easily be extended to do so. In fact the current "dbal"
extension (see CVS) is table-aware - it means that any query executed is
aware of what table(s) it is working on, at this point for two reasons;
Because the dbal will allow you to map table names between eg. "pages"
in TYPO3 and "typo3_pages" physically in the database. Secondly, because
the "dbal" layer allows you to store some tables in other databases at
your choice.
Anyways, there is no implementation yet of this, i'm just saying it
wouldn't be a big deal. we just have to settle for hte right way of
doing it.
But finally; Maybe the DBAL is not the right place for triggers to other
code. That is also a possibility. At least many triggers should first be
implemented in "t3lib_tcemain". Also, not everyone would install the
"dbal" extension. It is optional (but of course you could require it for
your specific extension).
- kasper
On Tue, 2004-04-20 at 01:44, Sven Wilhelm wrote:
> Hi,
>
> > For 3.6.1 or so there will most likely be a ton of new hooks in TYPO3
> > making such things possible. Having the feature you ask for has been
> > requested before.
> does the upcoming dbal supports something like triggers?
>
> greetings sven
>
> ______________________________________________________________________
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
--
Best regards
- kasper
--------------------
It's not a bug, it's a missing feature.
More information about the TYPO3-dev
mailing list