The SkullPuppy framework has an extensible architecture, perfect for the development, maintenance and deployment of medium-to-large scale PHP applications.
Using SkullPuppy reduces development costs and allows developers write less code while also spending more time on the application's actual content.
SkullPuppy can be used by Web developers writing database applications using PHP, programmers who want a more enjoyable experience writing applications or companies looking to sell or distribute their applications without requiring special deployment configurations.
The framework is also useful to teams as well. SkullPuppy can be used as a tool to ensure that team members will understand and work under a few simple conventions with their fellow peers.
By forcing SkullPuppy and its rules, teams work under the same guidelines and coding standards, ensuring a more cohesive and comprehensible coding experience amongst geographically-spread companies.
What is new in this release:
- Updated setConfig method of SP_Base class to except multidimentional key values
- Modified the URL method of the SP_HTTP class to accept either an array or object of type SP_Controller as valid parameters from which to create URL paths.
- Corrected return values for isValid() method in SP_Security_Auth class
- Added htmlSafe method to SP_Security_Parse class
- Added SP_Security_Password class
- Created setController method to resolve call-time pass-by-reference warning on setConfig for controller param in SP_Base class
- SP_Controller "_init" method has been renamed to "init" to maintain Zend Framework compatibility
- Made $data param optional in SP_Event
- Created SP_Controller_Action class
- Added SP_Security_Parse method for isValidEmail()
- Created SP_Security_Gateway Class
- Modified default config init code
- Added exception types to SP_Exception class and SP_Registry class
- Added verbose exceptions
- Added SP_DB_LAST_QUERY session state for SP_DB Class
- Added methods to SP_Date class for getHour(), getMinute(), and getDay()
What is new in version 1.3:
- SkullPuppy 1.3 contains minor revisions from SkullPuppy 1.2.
- The Base.php file has been updated to allow explicit passing of variables by reference in the SetConfig() code to compensate for the PHP 5.3 deprecation of call-time pass by reference to functions.
- Several minor changes were also made to the directory structure to allow for easy setup of a project.
- Simply unpack the archive in your web directory and use it.
What is new in version 1.2:
- This is the initial public release.
Requirements:
- PHP 5.3 or higher
Comments not found