Quicksearch
Pages
Recent Entries
PHP, SOAP, WSDL, Pain.
BaseApp 1.0.0a5 - Minor update: Deployable to providers!
The new wsdl2php - WSDLInterpreter: Out of beta!
Fall is a busy time
Inside BaseApp, Part 1 - Zend Framework and the Bootstrap
BaseApp 1.0.0a4 - Admin abstraction, Auth integration
Almost to v1 - A new wsdl2php in WSDLInterpreter - 1.0 RC2
WSDLInterpreter - OOP wsdl2php - Release Candidate 1
BaseApp update: 1.0.0a3 - phpdoc, Xend_Layout, complex error handling
WSDLInterpreter - OOP wsdl2php - Beta release!
Monday, September 17 2007
BaseApp 1.0.0a5 - Minor update: Deployable to providers!
Wednesday, August 22 2007
The new wsdl2php - WSDLInterpreter: Out of beta!
Wednesday, August 22 2007
Fall is a busy time
Tuesday, August 21 2007
Inside BaseApp, Part 1 - Zend Framework and the Bootstrap
Wednesday, August 8 2007
BaseApp 1.0.0a4 - Admin abstraction, Auth integration
Monday, August 6 2007
Almost to v1 - A new wsdl2php in WSDLInterpreter - 1.0 RC2
Sunday, August 5 2007
WSDLInterpreter - OOP wsdl2php - Release Candidate 1
Thursday, July 26 2007
BaseApp update: 1.0.0a3 - phpdoc, Xend_Layout, complex error handling
Sunday, July 22 2007
WSDLInterpreter - OOP wsdl2php - Beta release!
Tuesday, July 17 2007
Calendar
|
|
July '08 | |||||
| Mo | Tu | We | Th | Fr | Sa | Su |
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Categories
Zend Framework BaseApp - Application Layer Core
- Introduction to BaseApp
- BaseApp Downloads
- Overview of BaseApp Code
- Inside BaseApp Part 1: Zend Framework and the Bootstrap

Get started fast, download the latest version of BaseApp now!
Introduction to BaseApp
BaseApp is a PHP5 application layer core built upon the power of Zend Framework. It serves two purposes:
1) Quick deployment of Zend Framework based web sites
By implementing the following (as of version 1.0.0a), basic web application can begin much faster:
- A core modular structure for the MVC implementation that Zend Framework provides
- Integrating Smarty Templating System as the basic viewer in a way that is compatible with the current Zend View
- Integration of Xend_Layout for easy common template usage
- Configuration through Zend Config XML
- Application logging through Zend Log
- Automatic autoloading and relative path references for quick deployment
- A basic content structure with search engine friendly URLs
- phpdoc for easier navigation through code
Immediate future integration plans include an ORM layer, implementation of the Zend_Auth and Zend_ACL modules. If you have ideas that would make BaseApp better, or have made modifications that you think would benefit everyone, I'd love to hear from you. Just shoot an email over to kevin at kevinvaughan dot com.
2) Example implementation of Zend Framework technologies
While spending time in #zftalk on irc.freenode.net and on the ZF forums, many questions about the above implementations are asked repeatedly and there have been very few up-to-date specific code examples to point people towards. By providing BaseApp as a Zend Framework example, and continuing to integrate more pieces of Zend Framework and other commonly used PHP5 resources into it, I hope to encourage the adoption of PHP5 and the better development practices that come along with it.
Get Started Now!
Download BaseApp and start playing with the power of Zend Framework!
