Serverprocessing in PHP without SSP class

Serverprocessing in PHP without SSP class

cristianco2401cristianco2401 Posts: 2Questions: 1Answers: 0

Hi all,

I'd like to create a PHP script for a datatable with Server-Side Processing on; would like it to be custom (not use the SSP class) and am generally looking for info. on how to get the variables for search, pagination in PHP (what the variables are called) also on the exact format I need to output in PHP.

Question would be: is there a documentation for server-side processing for PHP out there? (that excludes the SSP class implementation)

Thanks!

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    Answer ✓

    Hi @cristianco2401 ,

    For server side processing, the protocol is discussed here. The best bet is to look at server_processing.php and ssp.class.php in the repo, that should get you going.

    Cheers,

    Colin

  • cristianco2401cristianco2401 Posts: 2Questions: 1Answers: 0

    Awesome, thanks @colin !

This discussion has been closed.