Scaffolding - PHP Views : 100
Tagged in : PHP
0 0
Send mail
unction User( )
{
parent::Controller( );

if( $this->userlib->logged_in( ) && $this->userlib->getData( $this->session->userdata( 'username' ), 'status' ) == 3 )
{
$this->load->scaffolding( 'users' );
}
}
By gowtham, On - 2010-09-17



    Login to add Comments .