Login | Register
My pages Projects Community openCollabNet

php-xcore
Project home

If you were registered and logged in, you could join this project.

Summary Enterprise php framework / sybase powerdesigner code generation
Categories libraries, construction
License GNU Lesser Public License
Owner(s) bakunin99

Message from the owner(s)

The project released a preview version at users request ONLY. It can be found in the CVS repository, in binary folder. The code it's quite stable, but still in heavy development.

Mission

This project aims to develop a RAD, enterprise level PHP development enviroment. While it still posseses some high level "presentation" capabilities, php-xcore wants to allow choerent low level support for extensions and specific operations.

 

Description

In this framework you won't find form generators, template engines, drop down selector generators etc. It addresses mainly the Bussiness components of your applications, and the way you project those components to your Presentation section. The specific feature which this framework implements is Sybase Powerdesigner template generation. This means that you can design your application with this excelent tool, and the generate all the bussiness objects, including database abstraction layers and work with them.

In the "native", xml based operation mode, each bussiness object has an xml image, which can be developed to fit specific needs. Each image can be added to the final xml tree, used to generate to current template.

Even if the framework does suggest a specific "fusebox" approach, you can easly use any approach.

 

Features

  • Sybase Powerdesigner 9.x generation template.
  • xml/xslt + direct templating support.
  • flexibile configuration options.
  • various database drivers.

 

Requirments

  • PHP4 + domxml extension if the xml based version is used.