Portfolio
-
(PHP) Master Proxy Class
The proxy pattern was born out of the need for speed by avoiding unnecessary class initiation, initiating the class only when its functionality is required. To achieve this you needed to create a proxy pattern class for every one of your classes; not any more, MasterProxyClass assures us of this. MasterProxyClass was developed to save time and effort in creating a new proxy pattern class for every class in your project; it even comes with ease of use to boot.
(Download Code Sample) -
(PHP) PhishTank Runner
PhishTank Runner allows programmers to use the PhishTank API in only two lines; thus saving programmers the hassle of connecting, parsing, and signature generating. Fully PhpDocumentor supported, programmers of any experience can jump right-in and start spreading the PhishTank crave!
(Download Code Sample) -
(PHP) Smarty Templating for Zend Framework
Easily utilize the Smarty Templating Engine inside the Zend Framework without hassle. Programmers interested in Smarty are encouraged to replace Zend_View with Zend_Smarty. Instantly, Zend_Smarty should handle Zend_View's API allowing non-Smarty programmers or existing projects fast access to the entire benefits of the Smarty Templating Engine.
(Download Code Sample) -
(PHP) "For" Statement Analyzer
Once one can understand which statements and functions are executed faster, one can optimize one's projects.
(Download Code Sample)