PHPVMS Tutorials Playlist on YouTube

Hello all!

I currently have a playlist on Youtube which has PHPVMS Tutorials (coding, walkthroughs etc.) i have been working on. All (nearly all) of them are in HD 

Link: http://www.youtube.com/user/MVATCCEO#g/c/D2020E16CB4582B7

Tell me what you think,

Mitch

(If you want a request send me a PM)

Looks good.

The module tutorial I would hold off and re-do it with the new format for the next version.

Also, I noticed you do this:

$data = ACARSData::GetACARSData($cutofftime=120);

// it's just:
$data = ACARSData::GetACARSData(120);

That’s in line with the PHP standards, it would be best to stay with that. There’s alot of beginners too, wouldn’t want them learning the wrong thing at first

Other than that, what I’ve seen looks great.

I think I’ll upload the other tutorials over to YouTube as well, instead of hosting them there.

The module tutorial I would hold off and re-do it with the new format for the next version.

Made it private.

$data = ACARSData::GetACARSData($cutofftime=120);

// it’s just:
$data = ACARSData::GetACARSData(120);

That’s in line with the PHP standards, it would be best to stay with that. There’s alot of beginners too, wouldn’t want them learning the wrong thing at first

Fixed up in annotation

Hello all!

I currently have a playlist on Youtube which has PHPVMS Tutorials (coding, walkthroughs etc.) i have been working on. All (nearly all) of them are in HD 

Link: http://www.youtube.com/user/MVATCCEO#g/c/D2020E16CB4582B7

Tell me what you think,

Mitch

(If you want a request send me a PM)

i will be stealing it and show it on my site some parts off the video’s ;D ;D ;D

na just joking i will be placing the links on my website

thanks man

i will be stealing it and show it on my site some parts off the video’s ;D ;D ;D

na just joking i will be placing the links on my website

thanks man

Go ahead

UPDATE: Just uploaded a FSAcars Tutorial, may have to redo it in the future.