10 projects tagged "mvc"
SCMS is an MVC based secure content management system. It is designed from the ground up to withstand common Web application vulnerabilities such as SQL injection, XSS, CSRF, session fixation/hijacking, and many others. It is designed for PHP 5.0-5.2.x and MySQL 4.1+, and it can optionally support PostgreSQL as a database backend.
Probus is a Web framework for developing in PHP5. This framework is based on the MVC pattern. It has excellent support data caching and provides convenient AJAX support. This framework supports the following features: Many programming patterns can be used, include MVC. A simple command-line tool is used to generate projects. Standard plugins are included for AJAX, RSS, and form validation. It is simple create new plugins for Probus. Its database abstraction layer supports MySQL, PgSQL, MSSQL, Oracle, and many others. It automatically caches data. Its configuration system uses YAML syntax. Components can be used from external frameworks such as Zend Framework, symfony, Code Igniter, Kohana, and CakePHP.
PHP Viz is written in PHP and lets you create MySQL-driven PHP sites. A prime feature it provides is the support to link up multiple tables (based on foreign and primary keys) and create views from them. The application lets you create “sites” rather than simple pages. You can even have login protection on your site if you have a users table in your database. All the basic functions are there: you can create tabular views, single record view, and add and edit view. The generated code is very clean, simple, and based on a very very simplified MVC architecture. This allows for expansion and code reusability with ease.
phpDays is a flexible PHP 5 framework for rapid Web site development. It features an MVC architecture, Ajax support, YAML configuration, database abstraction (MySQL, PostgreSQL, MS SQL, etc.), a good collection of standard models, an excellent quick start guide, and logging to files or firephp.
EZMVC is an easy-to-use Web development framework implementing the MVC (Model View Controller) design pattern. It helps you create maintainable, flexible, and scalable applications. It is similar to frameworks like CodeIgniter, CakePHP, or symfony, but does not contain all the features of those frameworks at the moment. It provides a base registry class for storing application variables, a router class to dispatch requests to controller classes, a MySQL database wrapper class, a base model class to manage stored information, a template processing class to manage the output of view scripts, and helper classes for CAPTCHA validation, display pagination, and bread crumb links.
Swiftlet is a lightweight Web application framework written in PHP. It enables you to quickly deploy Web sites that are fast and secure. Swiftlet is extensible, flexible, and doesn't get in your way. Swiftlet requires zero configuration and has few conventions to which you must adhere. Swiftlet has all the features you would expect from a modern Web application framework. It implements the Model-View-Controller (MVC) architecture pattern to separate logic from design and takes advantage of the Object-Oriented Programming (OOP) capabilities of PHP 5.
Ownyx is a lightweight MVC PHP framework for developing Web sites and Web applications. It is implemented using an object-oriented approach and offers the basics needed for building Web projects. It is easy to use and comes with clear documentation, tutorials, and examples. It also provides a developer toolbar for monitoring and debugging projects in real-time and a query builder that lets you rapidly build MySQL queries and retrieve results in data objects.
Elefant is a full-featured, but refreshingly simple CMS and PHP Web framework. It features an intuitive, streamlined admin interface, a tightly integrated WYSIWYG editor, dynamically embeddable content objects for building dynamic Web sites without touching code, and an extremely fast, secure, and flexible framework for add-ons and themes. The core CMS includes page editing, a blogging engine, site navigation, file and user management, automatic version control, a tool for translators and multilingual site management, and an in-browser theme/layout editor. It is also extensively documented and has a small but friendly and active developer community.