Log in

View Full Version : Newbie Codding


White_Snake
08-14-2005, 10:24 PM
Well, i have learned some php basics, and well, im looking foward to create some small hacks, but i cant understand some concepts on the php files on vb 3.5.0 RC X, so i would be nice if someone can tell me where i can find documents with tecnical info about vbulletin 3.5 like this one (https://vborg.vbsupport.ru/showthread.php?t=75207&page=1) i know was written for vb 3.0.x but well, still is the kind of documents im looking

thanks for your time :)

AN-net
08-14-2005, 11:18 PM
3.5 is huge change from 3.0.x being that it is coded in OOP(Object Oriented Programming). To familiarize yourself with this style of coding try doing a search on google for PHP OOP. this should find you some decent examples and documents.

White_Snake
08-14-2005, 11:38 PM
0k, thanks a lot for that :) i will start to look for that info