Advertisement:

Author Topic: What is osclass writen in? Php 3-5? My sql ect...  (Read 1310 times)

mrdl

  • Jr. Member
  • **
  • Posts: 92
What is osclass writen in? Php 3-5? My sql ect...
« on: July 29, 2011, 11:05:57 pm »
I'm going to read and learn what this is written in. But I need to know all and what it is written in to get the write books....

mrdl

  • Jr. Member
  • **
  • Posts: 92
Re: What is osclass writen in? Php 3-5? My sql ect...
« Reply #1 on: July 29, 2011, 11:09:26 pm »
also what books or websites do you recomend to read to learn about this site? I don't want to learn anything I don't need to...

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: What is osclass writen in? Php 3-5? My sql ect...
« Reply #2 on: August 01, 2011, 11:35:44 am »
Hi mrdl,


OSClass is written in PHP for the server side, HTMl+JS for the client side and MySQL for the database connection.

It's better to use PHP 5.3, but since it's not as widely extended as we want, we try to make it compatible with 5.2.
MySQL is the latest version, but I don't think we use anything that's not included in previous.
About JS we base most of the code on JQuery library, a well known library.