Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GSgallery 2.0 - Simple Image Gallery Plugin (Square It)
Yes, it is cleaner as it :


before :
Code:
$gsg_pathExt = pathinfo($gsgfile,PATHINFO_EXTENSION );
    $gsg_pathName= pathinfo($gsgfile,PATHINFO_FILENAME );

after :
Code:
$gsg_pathExt = pathinfo($gsgfile,PATHINFO_EXTENSION );
    $gsg_pathName= pathinfo_filename($gsgfile);
Reply


Messages In This Thread
GSgallery 2.0 - Simple Image Gallery Plugin (Square It) - by madvic - 2011-03-18, 00:35:59



Users browsing this thread: 1 Guest(s)