Yii 1.0 beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Yii 1.0 beta (Default branch)
# 1  
Old 10-24-2008
Yii 1.0 beta (Default branch)

Yii is a high-performance programming frameworkfor developing Web applications in PHP 5. Itencourages reusability in Web Development and cansignificantly accelerate the development process.Yii is easy to learn and use. You only need toknow PHP and object-oriented programming. You arenot forced to learn a new configuration ortemplating language. Yii is fast; its overhead toapplications written on top of it is negligible.License: BSD License (revised)Changes:
This release adds CFlexWidget, CVarDumper, CDateParser, CTypeValidator. It adds support to allow creating customized yiic shell commands. It adds support for hierarchical role-based authorization. It adds support for using customized template syntax. A Phone Book demo has been added.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SVN::Web::List(3pm)					User Contributed Perl Documentation				       SVN::Web::List(3pm)

NAME
SVN::Web::List - SVN::Web action to list available repositories SYNOPSIS
In config.yaml actions: ... list: class: SVN::Web::List opts: redirect_to_browse_when_one_repo: 0 # or 1 ... DESCRIPTION
Displays a list of available Subversion repositories for browsing. If only one repo is available then may redirect straight to it. CONFIGURATION
The following options may be specified in config.yaml redirect_to_browse_when_one_repo Boolean indicating whether, if only one repository is available, SVN::Web::List should immediately issue a redirect to browse that repository, thereby saving the user a mouse click. Defaults to 0. TEMPLATE VARIABLES
reposcount The number of repositories that were configured. repos A hash. Keys are repository names, paths are repository URLs. EXCEPTIONS
None. COPYRIGHT
Copyright 2003-2004 by Chia-liang Kao "<clkao@clkao.org>". Copyright 2005-2007 by Nik Clayton "<nik@FreeBSD.org>". This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.14.2 2012-06-11 SVN::Web::List(3pm)