Added by Ralph Schindler, last edited by Ralph Schindler on Oct 02, 2008
Zend_Tool Todo
- Refactor the Zend_Tool_Project
- (might need a meeting on this)
- dual object approach currently -> single object approach?
- currently:
- one object for node within object graph
- one object for context and node-to-node communication
- Should Zend_Tool_Rpc -> Zend_Tool_System?
- Zend_Tool_Rpc_Endpoint_Response needs to be created
- Driving factor is the ability to switch between endpoints and provide similar responses
- abstract response type:
- multi line
- list
- tabular data
- Grades of verbosity
- Zend_Tool_Rpc_Cli_GetOpt should hook special switches
- Zend_Tool_Rpc_Cli should implement local storage options for runtime configuration
DevZone Article
- Understanding how to extend Zend_Tool
- Show Hello World extension
- More complicated extension? (Model from table?)
|