What are the Implications of using SSP for Table Data and PHP library for Editor Input Form

What are the Implications of using SSP for Table Data and PHP library for Editor Input Form

paul@dmcreative.compaul@dmcreative.com Posts: 27Questions: 5Answers: 0

I have found that using the SSP Library I can do custom server side order statements that are not possible using the PHP libraries.

I have done some experiments using a PHP script based upon SSP to generate the table data and the Editor PHP libraries to process the input form and it seems to work, but before I lull myself into a sense of security are there some things that I am overlooking that could cause me some problems in the future?

Replies

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin

    There should be no issue with that! The only issue would be if the data read from the server for each row is different. But that won't be a problem for updating individual rows, since in server-side processing mode, DataTables will just ask for the page's data again anyway.

    Allan

This discussion has been closed.