Jump to content

PHPVMS Tutorials Playlist on YouTube


AFVA | Mitchell

Recommended Posts

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)

Link to comment
Share on other sites

  • Administrators

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.

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

  • Moderators

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...