Seagull PHP Framework

Seagull PHP Framework

Infobox_Software

name = Seagull PHP Framework
genre = Content Management Framework
license = BSD
operating_system = Cross-platform
website = [http://seagullproject.org/ seagullproject.org]

Seagull PHP Framework (Seagull) is an OOP PHP software framework for building web, command line and GUI applications. Seagull uses Model-view-controller design pattern. Many popular PHP applications are integrated within the project, as are various templating engines, PEAR libs, testing tools and managed library code.

Features

Seagull offers the following key features:

*PHP 4/5 compatible
*compact core framework with complete modules in package
*Model-view-controller pattern
*performance conscious designFact|date=March 2007
*multiple input and output formats
*integrated object-relational mapper for rapid application development
*loosely coupled components, use template engine of your choice, output to multiple devices or CLI
*caching
*localization. Translated into more than 21 world languages.
*integrated PEAR libraries

Modularity

Seagull is an OOP application with an emphasis on modularity. The framework itself consists of a set of base classes organised according to the MVC design pattern that take care of permissions, authentication, sessions, i/o and database abstraction layer. Each generalised area of functionality comes in the form of a module. Most task-specific functionality comes from libraries, quite often from PEAR, that can be independently updated when upgrades/improvements are available

Each object in the application (Member, Group, Property, Document, Article, etc) is represented as an entity, developers are provided with tools to quickly prototype entities so that skeleton classes are created and updated automatically

Security

Data Validation

All input data to the application is filtered and validated before any processing takes place. Filters appropriate to the input mechanism are invoked before subsequent validation tests are run. In the case of HTTP input, all request data is first stripped of javascript and leading/trailing whitespace.

Authentication and Authorisation

Seagull uses standard PHP sessions which propagate persistence of user data using cookies by default. Both database and file-based persistence are supported. The PHP engine automatically detects whether the client returns session cookies, if not the session is propagated in the URL. Anti session-hijacking measures are in place to ensure the user session can not be compromised. Seagull works identically whether or not end users have cookies enabled in their browsers. Any module in the application can be set to require authentication by setting the 'requiresAuth' flag to true on a per-screen basis. Once users are authenticated, fine grained permissions can be controlled by testing for role membership.

Consistency

Quality Control

All contributor features and bugfixes are submitted as patches which are subject to peer review and if deemed valid, applied by the project maintainer.A large part of the codebase is covered by unit and web tests.

Coding Standards

All the code in Seagull follows the consistent style set out in the coding standards document included in the root of each distribution. The standard follows [http://pear.php.net/manual/en/standards.php PEAR coding standards] very closely which is essentially a reiteration of the K & R guidelines from the original C Programming Language (1978)

Standards Compliant

Seagull supports XHTML 1.1, CSS 2.0, RSS 1.0, and 2.0, and conditional GET for caching RSS feeds on the client-side.

See also

Web application framework

External links

* [http://www.seagullproject.org/ Official website of Seagull PHP Framework]
* [http://trac.seagullproject.org/ Seagull Wiki Documentation]
* [http://www.phpit.net/article/ten-different-php-frameworks/ Taking a look at ten different PHP frameworks] Seagull in framework comparsion
* [http://www.category4.com/blog/2006/12/28/what-i-need-to-know-about-a-php-framework-before-i-can-use-it/ PHP frameworks comparsion] (December 2006)
* [http://www.phparch.com/issue.php?mid=66 Seagull in PHP Architect]
* [http://www.phphacks.com/content/view/53/33/ PHPHacks] frameworks comparsion includes Seagull


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Akelos PHP Framework — Тип Фреймворк для разработки веб приложений Написана на ОС Кроссплатформенное программное обеспечение Версия 0.9 8 февраля 2009 …   Википедия

  • Seagull (disambiguation) — Gull, Seagull or Seagulls may refer to:Birds*Gull, a family of seabird, members of which are often called seagulls *The Seagull Monument in Salt Lake City, UtahCompanies*Seagull Camera, China s oldest camera company *British Seagull, a… …   Wikipedia

  • Framework — Framework  термин, имеющий размытое значение. Обычно используется в программировании, обозначая «простую концептуальную структуру, используемую для решения сложной, проблемной задачи». Значение этого термина существенно зависит от контекста его… …   Википедия

  • PHP-Nuke — Original author(s) Francisco Burzi Stable release 8.2 / May 22, 2009; 2 years ago (2009 05 22 …   Wikipedia

  • PHP-GTK — Тип Библиотека Разработчик Andrei Zmievski Операционная система Кроссплатформенный Последняя версия 2.0.1 (16 мая 2008) …   Википедия

  • PHP-Qt — Тип Библиотека Разработчик Katrina Niolet, Jean Luc Gyger, Thomas Moenicke Операционная система Кроссплатформенный Последняя версия 0.9 (26 декабря 2007) Лицензия GNU Lesser General Public License …   Википедия

  • PHP — This article is about the scripting language. For other uses, see PHP (disambiguation). PHP PHP: Hypertext Preprocessor Paradigm(s) imperative, object oriented, Procedural, reflective Appeared in …   Wikipedia

  • PHP — У этого термина существуют и другие значения, см. PHP (значения). PHP Семантика: мультипарадигменный …   Википедия

  • PHP DevelStudio — DevelStudio Гл …   Википедия

  • Liste de frameworks PHP — Ci dessous, une liste plus ou moins exhaustive des frameworks en PHP disponibles. Agavi un framework open source écrit en PHP5 Atomik Framework un micro framework open source écrit en PHP5 Adaptive Website Framework (AWF). CakePHP un framework… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”