[eluser]Negligence[/eluser]
Create a get() method to retrieve the variable, and pass $this (the controller object) to the Library when you create it. Then just call $controllerObj->getVar() from within the library.
[eluser]Sean Murphy[/eluser]
Option 1) Library extends Page
Option 2) Instantiate Page inside of Library and access the member variable like $page->_variable or using a get() method