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

5 open source project management apps to watch – open source, project management – CIO

Five tools to help CIOs and IT project managers keep their projects on-track and on-schedule — without blowing the budget!

Go to Source

MeetJennings » Find SQL Bottlenecks With CodeIgniter

Go to Source

How to install GPG PHP extension

hi all today i will install the GPG PHP extension on an Ubuntu Server 9.04

 

first we will install some preliminary stuff:

aptitude install php5-dev

 

aptitude search gpgme

aptitude install libgpgme11 libgpgme11-dev

 

pecl install gnupg

 

at the end we insert to php.ini the following:

extension=gnupg.so