Overwrite serverside processing functions

Overwrite serverside processing functions

ConnConn Posts: 1Questions: 0Answers: 0

Hello folks,

Thanks for taking the time to read my thread. I'm looking to see if it's possible to overwrite functions for searching and sorting, which will operate on the serverside (PHP). It may seem illogical to do this from a standpoint, however I am required to implement various algorithms for searching and sorting, for example, in a non-exam assessment for a computing course, and thus I thought this would be a good place to implement it as the basic interface and operation is already in place, and I am only marked on my backend programming.

I look forward to any replies!

Regards,
Conn

Replies

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    Yep, you can do whatever you like on the server, provided the script returns data in the expected format. The protocol is discussed here. Also see examples here.

    Cheers,

    Colin

This discussion has been closed.