I just want gallery2 be able to understand..
<?php $this->authlib->check(); ?>
Do you think its possible?
is authlib a concept of http://www.codeigniter.com/ ?
do you want to integrate g2 with this framework as master or should g2 be the master? the app that does the authentication is the master.
usually, the other app, http://www.codeigniter.com/ in this case, is the master when integrating with g2.
you do the auth with that framework and then call GalleryEmbed::init(array('activeUserId' => ..., ...));
see: http://codex.gallery2.org/index.php/Gallery2:Embedding
-------------- Enter the Gallery 2 Theme Contest today!
Posts: 32509
is authlib a concept of http://www.codeigniter.com/ ?
do you want to integrate g2 with this framework as master or should g2 be the master?
the app that does the authentication is the master.
usually, the other app, http://www.codeigniter.com/ in this case, is the master when integrating with g2.
you do the auth with that framework and then call GalleryEmbed::init(array('activeUserId' => ..., ...));
see:
http://codex.gallery2.org/index.php/Gallery2:Embedding
--------------
Enter the Gallery 2 Theme Contest today!