Valence Web Framework
Valence Web Framework is based on pure-PHP templates and config files instead of vague phrases about performance and simplicity before. The directory layout in this PHP framework is strictly hierarchical, so if you see something reference in the code, you will immediately know where to find it. This system uses a single point of access of all HTTP calls, and short URLS are handled in PHP itself without the need for .htaccess files.
Features of Valence Web Framework:
- CWF does not use variables in the global namespace.
- Any method of any class that extends Module is automatically callable from the web. Output of echo statements is streamed to the user.
- There is a subsystem for automatic permission handling.
- There is an ORM layer, which uses PDO and consists of only two classes. Record handles most of the ORM work, while Link allows for object-oriented management of many-to-many relationships.
More popular Framework
- Cakephp 2.3.6 (2 hours ago)
- Yii Framework 1.1.13 (5 months 15 days ago)
- CodeIgniter 2.1.2 (11 months 21 days ago)
- Zend Framework 2.2.1 (2 days ago)
- Symfony framework 2.3.1 (6 days ago)
Listing Files

Http.php- 182 Bytes
- 05/02/2008 15:31:44

Database.php- 178 Bytes
- 07/02/2008 12:04:36

Index.php- 91 Bytes
- 10/17/2008 11:34:04

WorkAuthorizations.php- 89 Bytes
- 10/17/2008 11:34:04

Tasks.php- 30 Bytes
- 10/13/2006 15:53:56

Projects.php- 30 Bytes
- 10/13/2006 15:53:56

Session.php- 207 Bytes
- 10/17/2008 11:34:04

TaskList.php- 3.2 KB
- 10/17/2008 11:34:04

User.php- 23 Bytes
- 10/17/2008 11:34:04

Html.php- 243 Bytes
- 07/02/2008 12:04:36

Articles.php- 119 Bytes
- 10/17/2008 11:34:04

Yarns.php- 53 Bytes
- 10/17/2008 11:34:04

license.txt- 1.5 KB
- 06/29/2009 16:58:40

update.php- 314 Bytes
- 10/17/2008 11:34:06

create.php- 279 Bytes
- 07/31/2008 15:34:48

