1
Hello xoopsers.
Even that we have some directory listings module available, I think that a proper integration of specialized modules would be an advantage for our community.
I'm thinking about realty module.
What should do this module to be a real XOOPS module:
- use smarty templates
- use admin side of XOOPS for admin stuff
- use XOOPS users, login, sessions, ...
- use language strings like any other XOOPS module
- use XOOPS classes (incl. database class)
and the list should be bigger.
Because all I know about php is because of xoops, I intended to make a full ported version of realty module and make a surprise for you. A lot of work, but things seems to go further, until now. I have a problem.
I have replaced database class that is used by realty with XOOPS db class. Seems to be ok, but, in browse_listing.php file some stuff are sended by &GET, like PHPSESSID. Than try to create a temp table named after this session. Store some things in it and aftre that to delete it. I get a MySQL error like
Database update not allowed during processing of a GET request
I wish to be able to avoid this " make table" and delete table based on Get request.
I ask for help, if any module developer could help me. How to solve this. Need an alternative procedure, hint an example.
Don't follow me. I'm lost too.