Just curious the full scope of dolphin's coding
Just curious the full scope of dolphin's coding |
Dolphin is a PHP script. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Dolphin is a PHP script. You didn't think mysql, javascript, xml, html, etc was worth mentioning? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Dolphin is a PHP script. You didn't think mysql, javascript, xml, html, etc was worth mentioning? I suppose if you want to get technical... BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
They've pretty much covered the scope of the coding, with 1 major item being missing....THE LANGUAGE KEYS. If you're new to Dolphin, probably the wierdest thing about the coding is getting used to the language keys and how the arrays work to assign the keys. The next thing that I initially found to be puzzling was the way that some of the variable names for the arrays and even some of the regular variables were named in Dolphin. You'll see consistencies in the naming conventions like $aForm, $aLanguageChooser....and $sBodyCpt and $sSubjectCpt. The prefixes all have some special signficance in the coding. By prefixes, I mean the $a or the $s. Those are not the only 2 that are used throughout the script though. Those are just a couple examples. A while back someone posted a link that explains all of the naming conventions for the variables. If I'm not mistaken, I think it may have been posted by UNOBoonex.
So, to sum it all up, you'll be dealing with: PHP (Object Oriented PHP to be more specific), MySQL, XML, Javascript (JQuery), HTML, CSS, XML...and the USE OF LANGUAGE KEYS. Hmmm...somehow I'm getting the feeling that I'm missing something????...
|
Why do you guys make it so complex? It all boils down to ones and zeros... Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
...Oh, and flash, but you won't be able to get the source code for the flash files. Not that you would do that, but with the flash apps, attempting to decompile to recode the files is simply not going to be possible. For the flash apps changes you'll either have to wait for each new release or mod by Rayz, or just integrate your own widgets into the modules that use flash. |
Why do you guys make it so complex? It all boils down to ones and zeros... Are you speaking of 1 and 0's with respect to money and more money?...or are you referring to 1's and 0's with respect to the binary code? |
Wow, I used to be a pretty normal guy...I just read what I wrote and I think at some point in the past couple years I must have transformed into a full fledged geek / nerd. God help me. I wanna be cool again. |