public function getPublicSide() { //class intance $gallery = new ImgGallery(); $gallery->loadImages(); $gallery->display(); }
public function getPublicSide() { //class intance $gallery = new ImgGallery(); $gallery->folderpath = "images/" . $_SESSION['username']; $gallery->loadImages(); $gallery->display(); }
</div> </div> </div> </div> <div id="gallery"> <!-- Images !--> <?php //image gallery php class include 'fullGallery.php'; echo "<center><h3>TwitPic scrapped Photos</h3></center><br"; echo "<center>"; ImgGallery::getPublicSide(); echo "</center>"; ?> </div> </body> </html>