View Single Post
Old 12-02-2008, 11:09 PM   #2 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

In PHP 5 mkdir has the third argument of (bool) recursive (default FALSE). Couple that with the ability to specify the mode and to apply a context (neither of which you class can do) I'm not seeing any advantage of your class over calling the mkdir function normally.

That said, maybe I'm just entirely missing the point.
Salathe is offline  
Reply With Quote