mvc
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 38
Inek MVC Framework 0.5
Written in PHP5, Inek makes strong use of the PEAR library (HTML_Quickform, DB, Log, Config, Smarty, PHPUnit). Visit our tutorial, its very simple! more>> Written in PHP5, Inek makes strong use of the PEAR library (HTML_Quickform, DB, Log, Config, Smarty, PHPUnit). Visit our tutorial, its very simple!<<less
Added: 2006-06-12 License: GPL Price: $0.00USD
13 downloads
Introduction to MVC using PHP 1.0
To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all more>> To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all about. Anyhow let me explain them in detail before proceeding with code area. The Traditional way of connecting to the Database and fetching the results.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
12 downloads
MVC Architecture Model In ASP.NET 1
When developing ASP.NET applications the need of reducing code duplication increases along with their complexity. This is because testing and performing changes become very difficult tasks when having many different sources of code with the same more>> When developing ASP.NET applications the need of reducing code duplication increases along with their complexity. This is because testing and performing changes become very difficult tasks when having many different sources of code with the same functionality. This tutorial explains Model View Controller (MVC) architecture, which allows us to separate different parts of our applications into tiers to fulfill this need.<<less
Added: 2009-03-24 License: Freeware Price: $0.00USD
17 downloads
StringTemplate ViewEngine for ASP.Net MVC 1.0
An alternate ASP.Net MVC ViewEngine that utilizes the StringTemplate templating engine. StringTemplate is a powerful templating engine that allows (and pretty much forces) the developer to truly separate the business logic from the presentation more>> An alternate ASP.Net MVC ViewEngine that utilizes the StringTemplate templating engine. StringTemplate is a powerful templating engine that allows (and pretty much forces) the developer to truly separate the business logic from the presentation layer. Advantages: * Lightweight. No page classes are created. * Fast. Templates are written to the Response Output stream. * Templates are cached natively, but utilize a FileSystemWatcher to detect file changes. * Templates can be generated on the fly in code. * Flexible. Templates can be nested to any level. * Promotes separation of UI and Business Logic. All data is created ahead of time, and passed down to the template.<<less
Added: 2009-02-13 License: GPL Price: $0.00USD
14 downloads
LiveCart
The next generation e-Commerce solution. Very easy to customize, including integration with Firebug CSS editor that enables real-time CSS editing. Powerful business rule system. Attribute based layered product navigation. Customer convenience features - more>> The next generation e-Commerce solution. Very easy to customize, including integration with Firebug CSS editor that enables real-time CSS editing. Powerful business rule system. Attribute based layered product navigation. Customer convenience features - wishlists; no need to register to complete checkout; account area for tracking orders; customer support system and more. Downloadable products. Integrated payment processing and live shipping rate lookups. Very powerful and easy to use admin backend, which is AJAX powered. Custom product attributes per category. Product and order batch processing. Flexible shipping rate configuration. Multiple shipments per order. Accept offline/phone orders. Completely customizable. Many configurable options. Multi-language and multi-currency. SEO friendly and XHTML/CSS valid pages. Developer friendly. Clean MVC architecture based code base. Extensible with plugins. Complete database import from other carts and CSV files. Video screencasts. Free trial!<<less
Added: 2007-10-12 License: Commercial Price: $0.00USD
12 downloads
SmADOCon 0.2
An MVC framework for PHP 4 and onwards, like many others; but providing much powerful fuse of Smarty template engine for views, ADODB for Models (Database Abstraction), and a small hand written but flexible Controller bringing them all together. more>> An MVC framework for PHP 4 and onwards, like many others; but providing much powerful fuse of Smarty template engine for views, ADODB for Models (Database Abstraction), and a small hand written but flexible Controller bringing them all together.<<less
Added: 2008-09-19 License: GPL Price: $0.00USD
10 downloads
Innomatic 5.0
Innomatic is an open source, mature and easy to use distributed PHP 5 Web applications container developed by Innoteam, particularly oriented towards administrative. Main high-level features: - Container of multiple applications and more>> Innomatic is an open source, mature and easy to use distributed PHP 5 Web applications container developed by Innoteam, particularly oriented towards administrative. Main high-level features: - Container of multiple applications and customers/sites: a single installation of Innomatic is able to contain and manage multiple shared PHP applications and separately enable them to multiple customers/sites. - Specialized for administrative applications: Innomatic provides a ready environment with a MVC based Web Desktop user interface, especially suitable for administrative Web applications such as CRM, CMS, Document Management, e-Business, custom and similar applications. - Introduces a new way to distribute and manage Web applications: applications can be fetched and bought manually or from AppCentral, a central repository of Innomatic based applications. Developers and software houses can sell their Innomatic applications through AppCentral.<<less
Added: 2009-03-31 License: BSD Price: 0.00EUR
13 downloads
wCMF 2.6.1
This is an object oriented framework for building browser based web applications. more>>
wCMF 2.6.1 comes as an object oriented framework for building browser based web applications. This is a lightweight MDA approach to application development based on the MVC pattern. It allows you to develop PHP Web applications, such as CRMs and CMSs, from an UML model.
Major Features :
- Persistence layer with adapters to RDBMs (ADOdb) and XML files
- Presentation layer based on template mechanism (Smarty)
- Configuration of the application flow through config files
- Locking mechanism for concurrent usage
- Role based rights management (for actions, types, instances)
- Administration tool to manage users, roles and rights
- i18n support
- Soap interface
- Default application that can be used right after defining the data model
Added: 2009-01-16 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
17 downloads
Dominant Creature RPG 0.5
Dominant Creature is open source RPG engine. Inovative PvP combat system, easy templating, MVC-like modular design. In closed beta v0.5 now. Can be installed and played or developed further. more>> Dominant Creature is open source RPG engine. Inovative PvP combat system, easy templating, MVC-like modular design. In closed beta v0.5 now. Can be installed and played or developed further.<<less
Added: 2008-03-23 License: Free Non-Commercial Price: $0.00USD
35 downloads
symfony 0.4
Symfony is an open-source web framework written in PHP5. Based on the best practices of web development, thoroughly tried on several active websites, symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive more>> Symfony is an open-source web framework written in PHP5. Based on the best practices of web development, thoroughly tried on several active websites, symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure. If you have been looking for a Rails/Django-like framework for PHP projects with features such as: * simple templating and helpers * cache management * multiple environments support * deployment management * scaffolding * smart URLs * multilingual and I18N support * object model and MVC separation * Ajax support ...where all elements work seamlessly together, then symfony is made for you.<<less
Added: 2005-12-01 License: Other Price: $0.00USD
12 downloads
Compass 2.2.0
This Java Framework enables the power of Search Engine semantics on different applications more>>
Compass 2.2.0 This Java Framework enables the power of Search Engine semantics on different applications.
The framework was built on top of the Lucene Search Engine and it integrates easily to other ORM development frameworks.
Major Features:
- Simple Compass provides a simple API for working with Lucene. If you know how to use an ORM, then you will feel right at home with Compass with simple operations for save, and delete & query.
- Lucene Building on top of Lucene, Compass simplifies common usage patterns of Lucene such as google-style search, index updates as well as more advanced concepts such as caching and index sharding (sub indexes). Compass also uses built in optimizations for concurrent commits and merges.
- Mapping Compass provides support for mapping of different data "formats" - indexing and storing (caching) them in the Search Engine: Object to Search Engine Mapping (using annotations or xml), JSON to Search Engine Mapping (explicit or dynamic), XML to Search Engine Mapping (using simple xpath expressions), and the low level Resource to Search Engine Mappping.
- Tx Compass provides a transactional API on top of the Search Engine supporting different transaction isolation levels. Externally, Compass provides a local transaction manager as well as integration with external transaction managers such as JTA (Sync and XA), Spring, and ORM ones.
- ORM Compass integrates seamlessly with most popular ORM frameworks allowing automatic mirroring, to the index, of the changes in data performed via the ORM tool. Compass has generic support for JPA as well as embedded support for Hibernate, OpenJPA, TopLink Essentials, and EclipseLink allow to add Compass using three simple steps.
- Spring Compass integrates seamlessly with Spring. Compass can be easily configured using Spring, integrates with Spring transaction management, has support for Spring MVC, and has Spring aspects built in for reflecting operations to the search engine.
- Distributed Compass simplifies the creation of distributed Lucene index by allowing to store the Lucene index in a database, as well as storing the index simply with Data Grid products such as GigaSpaces, Coherence and Terracotta.
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
15 downloads
Sunframework 1.2
SunFramework is an Open Source PHP Framework based on PHP5 (OOP,MVC) and is designed to be fast and simple.SF is using two DB engines: Doctrine_ORM and Standard Database Object. SF has full support for themes, i18n, validation, caching, mailing, more>> SunFramework is an Open Source PHP Framework based on PHP5 (OOP,MVC) and is designed to be fast and simple.SF is using two DB engines: Doctrine_ORM and Standard Database Object. SF has full support for themes, i18n, validation, caching, mailing, sessions. It has two embbedded template engine: Dte (Devon template engine) as default and Smarty. Sf is more faster than other PHP frameworks. We are really looking forward to welcomming you in our group!<<less
Added: 2008-06-26 License: GPL Price: $0.00USD
10 downloads
Spine Java Application Framework 0.92
An enterprise application api used by Java/J2EE developers to create application logic which can easily be integrated into existing MVC frameworks and serves as an inversion of control/dependency injection mechanism for creating transposable application more>> An enterprise application api used by Java/J2EE developers to create application logic which can easily be integrated into existing MVC frameworks and serves as an inversion of control/dependency injection mechanism for creating transposable application logic<<less
Added: 2008-06-30 License: Other Price: $0.00USD
14 downloads
Sybrain Framework 1.1
Sybrain Framework is a development, deployment and management plataform for Web2.0 applications. Based on the MSA architeture (many small applications), Web2.0 applications are an alternative to the complexity of MVC: instead of building large more>> Sybrain Framework is a development, deployment and management plataform for Web2.0 applications. Based on the MSA architeture (many small applications), Web2.0 applications are an alternative to the complexity of MVC: instead of building large applications with many features, you build many small Web2.0 applications and manage them with a framework. Sybrain Framework also comes with basic applications for the whole development cycle of business applications.<<less
Added: 2007-06-28 License: LGPL Price: $0.00USD
14 downloads
Other version of Sybrain Framework
License:LGPL
Celeroo-Frame beta
Celeroo-Frame is very little and relaxed PHP MVC framework for rapid application development. Its only around 100 KB. No special permissions are required for installation. The learning curve is very short and you should be able to start building more>> Celeroo-Frame is very little and relaxed PHP MVC framework for rapid application development. Its only around 100 KB. No special permissions are required for installation. The learning curve is very short and you should be able to start building applications in a day.<<less
Added: 2009-01-13 License: GPL Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mvc search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed