PHP Classes

Suggestion

Recommend this page to a friend!

      PHP YouTube Video Downloader  >  All threads  >  Suggestion  >  (Un) Subscribe thread alerts  
Subject:Suggestion
Summary:DESTINATION visibility
Messages:3
Author:Dave Smith
Date:2015-04-19 10:13:01
 

  1. Suggestion   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2015-04-19 10:13:01
Just a suggestion that if you make the class property DESTINATION public instead of private we can set our download destination at run-time.

If you want to keep it private, then we should at least have a way to over-ride the default, whether that is in the construct or a public method.

Dave

  2. Re: Suggestion   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2015-04-19 11:20:46 - In reply to message 1 from Dave Smith
Hi Dave,

Thanks for the suggestion. I will do that. I am actually re-writing this and I will upload it soon.

Nitesh Apte

  3. Re: Suggestion   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2015-04-19 21:21:44 - In reply to message 1 from Dave Smith
Hi

I have updated the code. Please have a look.

Any suggestion/feedback is very much welcome.


Thanks