[Typo3-shop] TT_shop issues discussion: Technical Diskussion

Karsten Dambekalns k.dambekalns at fishfarm.de
Thu Nov 18 09:44:44 CET 2004


Hi.

On 2004-11-17, Volker Graubaum <vg_typo3 at e-netconsulting.de> wrote:
>     * support of multiple database systems (DBAL)

This one is probably easier than you think. Just never user
MySQL-specific PHP or SQL functions and do never ever user " or ` as
quotes in your SQL, just quote using the quoting method offered by the
DB classes.

Then it'll be DBAL-enabled automagically.

>     * automatic creation of billing and delivery papers

You might want to think about creating an adaptor API that can tie in
different systems (like SQL-Ledger, Compiere, ...) as is mentioned
here:

>     * interfaces to other software

This might affect other parts as well. such as:

>     * order tracking and sending of order emails
>     * search for articles
>     * monitoring system for lack of products in the stock

which those systems might manage. Prepare for the fact that someone
might want to have products handled outside of TYPO3 completely, aside
from the actual shop. This will probably enable 'real' uses (as in
'huge shop').

If you really stick to MVC al principle, you should be able to put the
needed parts into something that can be switched, overloaded, ... to
give the needed flexibility.


Another 0.02, giving you 0.04 already :)
Kar-have been reading to much about OO-sten



More information about the TYPO3-project-tt-products mailing list