# ulib.php A collection of PHP utility functions for common web development tasks. ## Autoloading & Setup The library automatically registers a class autoloader and starts the profiler: ```php // Auto-loads classes from lib/{classname}.class.php require_once 'lib/ulib.php'; ``` ## Asset Management ```php include_js('js/script.js') // Outputs