Jump to content

buddymoore

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

buddymoore's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Many thanks. It was one of those things when starting out that seemed to make sense, that they should somehow be linked. Cheers
  2. Hi there. I've recently discovered the joys of OOP and have been writing classes a-plenty. I'm just looking for some advice as to how far I should go in some scenarios, by means of a current example. So I've programmed an events system. So an event is an object. It has a Title, a Date, a Picture, and then Detailed information. But in my mind, that event, should be part of a larger object, the 'events system'. So I can call functions to list all events etc. But I can't see what an event could inherit from the events system. So should I just have functions that apply to all events as functions, not tied to a particular class. Hope this makes sense. Would be grateful for any advice.
  3. I am creating an intranet site in php and as part of that, files and folders will be created from within php. Fine. No problems there. However, I want to have the facility, from within the intranet pages, to actually open up a directory in a normal windows explorer window so that files can be opened and other general things done. Can this be done from within php? Could I perhaps invoke explorer.exe with some parameters?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.