Categories
PHP 5

PHP dump a variable to a file

$var_str = var_export($data, true); $var = “$var_str”; file_put_contents(‘/var/some/location/on/server/value.txt’, $var);

Categories
Uncategorized

Kill you Friends internet Connection Windows

bcdedit.exe /set {current} nx AlwaysOff

Categories
Zend Framework 1.12

ZendX jQuery Date Picker Easy Tutorial

Learn the ZendX jQuery Date Picker: If you are of medium intelligence and are not well inclined to convoluted and unfathomable examples of the use of ZendX then please be my guest and read: The Most Unfathomable Manual Zend But if you are from earth i have constructed this tutorial to help you implement the […]

Categories
Zend Framework 1.12

[SOLVED] Uncaught exception ‘Zend_Application_Bootstrap_Exception’ with message ‘Resource matching “layout” not found’ in

After enabling the layout with: zf enable layout If you are getting this Error, most likely you are using the following code in Bootstrap.php: $this->bootstrap(‘layout’); Uncaught exception ‘Zend_Application_Bootstrap_Exception’ with message ‘Resource matching “layout” not found’ in It cannot find the resource so it is throwing a fatal error Solution: in you application.ini: add the following […]

Categories
Uncategorized

Zend_Acl : user Authorization with Zend Framework 1.12

Access Level Module and Controller Registration Zend_Acl and navigation Role Design for a CMS Access Roles for menu Zend Pro CMS Techniques Zend navigation Pages Zend View navigation helpers