PlainArrayHandlerThe Plain Array Class Implements a very simple way of Reading and writting
it Saves varaibles in array and Serailizes it to Media , Whenever it needs to read a Varaible or write to one it takes the whole Serailized Array , Unserailize it and returns value or writes to existing one and Serailize back
Located in /Handlers/PlainArray.php (line 16)
ComBasic
$ComHelper
(line 23)
Communication class used by Writting Class
Constructor PlainArrayHandler (line 32)
PlainArrayHandler Class Constructor
Just assign given ComBasic to Class Varaible
Delete (line 87)
Plain Array Class Deletion Function
after Unserailizing data this function Deletes a given key and returns Serialized version of the array to be written back to Media
Exist (line 73)
Plain Array Class Existance Checking function
after Unserailizing data this function Check for Exstance of a certain key using isset function
PAHGet (line 44)
Plain Array Class Getter function
unserailaize Data from Communication Class and return Value Corresponding to name in array
PAHSet (line 59)
Plain Array Class Setter function
after Unserailizing data this function assign vakue to name and returns Serialized version of the array to be written back to Media
Documentation generated on Fri, 01 Aug 2008 05:54:15 +0300 by phpDocumentor 1.4.1