[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!
The user guide explains how to add files to a zip, and how to save the zip file to the hard drive is also documented. So you need to write the first zip to the hard drive, and then add it to the next. You just need to remember to call $this->zip->clear_data() before you generate the second zip.