> Did you re-use the poker.php class that provides high level functions > for > php coders, implements sessions etc. ? Sessions are a bit tricky and I'm > sure > I can help you there.
No, I have written everything from scratch. You will likely notice that the first release is part OO and part procedural (i am still getting the hang of OO, old habits die hard). As to the sessions i find that php handles them on its only quite happily, and i tend to leave it to it, unless there is a specific requirement to intergrate it with a database. As poker-network seems to be dependent on MySQL (correct me if i am wrong) i have used a stripped down version of my MySQL class, although updating my version of pokerweb to be MySQL independent should be a trivial matter. I want pokerweb to use the pythonpokernetwork db and not have its on for simplicity & integretation. I may also consider adding logging to it to track changes, I have to be careful as I am using some code from an application I am developing in work and I haven't got permission as yet to release the application under the GPL.. So while i can use bits I dont want to go overboard even though there is alot of code (and esp classes) that would be useful. Once i get the persmission i need you will find that there will be alot more functionality (db indepenence, LDAP authenication, Logging) all added quickly in a short time frame.. Regards, Ryan McLean _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
