12-02-2008, 11:09 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
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. 
|
|
|
|