[TYPO3-dev] A standard AJAX interface to TCA tables

Martin Kutschker masi-no at spam-typo3.org
Wed Apr 1 19:20:45 CEST 2009


Dmitry Dulepov schrieb:
> Hi!
> 
> Martin Kutschker wrote:
>> I'm playing around with ExtJS and needed some JSON/XML stores for my
>> grids. After a while I thought it might be nice to have a standardized
>> AJAX interface for data retrieving and manipluation in the BE.
>>
>> Here's what I came up in a lonely brain storming :)
> 
> <skip>
> 
> There is a little danger:
> 
> typo3/ajax.php?ajaxID=tcalist&table=be_users&pids=0
> typo3/ajax.php?ajaxID=tcaget&table=be_users&uid=1
> typo3/ajax.php?ajaxID=tcainsert&table=be_users&pid=0&record=....admin=1...

All standard permission checks will apply here as well. Perhaps a few
extra checks are needed or maybe we exclude "important" tables from the
AJAX interface completely.

Masi




More information about the TYPO3-dev mailing list