Archive for November, 2009
SSH2 library for codeigniter

I’ve recently wrote a small library for SSH2 module for php to use with codeigniter.

the usage is the way you are used to it:

you can autoload the library from the autoload config file:

$autoload['libraries'] = array(’session’,'SSH’,'table’);

or the regular way:

$this->load->library(’SSH’);

and use it the way you want.

use it wisely.

Netbeans PHP Code Template List « Apt-get Explore

Go to Source