these sources presented by author. and you can use them for free.
index my sources, this file12-Jan-2008 5KB
Asis Simple Dump library Dumps/Displays the contents of a variable in a data list format.21-Oct-2007 12KB
core.class.php fsCore class28-Nov-2007 3KB
curl wrapper wrapper for curl_* functions.20-Oct-2008 4KB
db.plainitem.class DB Plain Item28-Nov-2007 1KB
db.treeitem.class DB Tree Item28-Nov-2007 3KB
db.wideitem.class DBWideItem28-Nov-2007 1KB
FileSystem functions library17-Nov-2007 2KB
json decoder & encoder wrapper for json_encode/decode functions. have a json parser for non-standart js20-Oct-2008 5KB
Logger logger. just fast and furious27-Jun-2006 8KB
interface for log.class.php15-Aug-2007 1KB
singleton class
using example:
class mysingleton extends singleton {
* // php singleton wrapper
* static public function __getMe( ) { return parent::__getMe( __CLASS__ ); }
// your methods ...
}
// next everywhere in code just
// use __getMe static method of your class
// to get unique instance of your class
mysingleton::__getMe( ); // returns instance; 11-Nov-2008 2KBdb functions11-Sep-2007 15KB
universal functions - preserve notices for post/get data when usign _g, _p, ..., __g, __p, ... functions - array_flat, object_flat functions for simplify arrays and objects to k=>v form - coalesce, ___ functions for fetch first not null argument. usefull for configurations, 4ex - latinate, transliteration functions for rus2lat unified trasformation and ltl bit other.06-Jun-2007 10KB
view default abstract template-engine08-Oct-2008 2KB
visitor.class Класс для хранения данных о посетителе Singleton class for saving data of current visitor11-Nov-2008 1KB