Type | Private |
---|---|
Industry | Software & Programming |
Founded | Los Angeles, CA (2001) |
Headquarters | Bend, Oregon |
Key people | Rick Ellis, Founder Leslie Camacho, CEO Derek Jones, President/CTO James Mathias, CCO Lisa Wess, Senior Director of Operations |
Products | ExpressionEngine CodeIgniter pMachinePro |
Services | EngineHosting |
Revenue | Unknown |
Website | http://ellislab.com |
EllisLab is a software development company based in Bend, Oregon, which develops applications written in PHP.[1]
The company is privately owned and has to date accepted no venture capital funding of any kind.
Contents |
Since the company's founding in January 2002, it has released four different applications to the public.
The first, pMachine Pro, is no longer developed, but was weblog software that had both a free and licensed version. pMachine's feature list was similar to other weblog software of the time, such as Movable Type, Geeklog, and LiveJournal.[2] Although pMachine is quite out of date at this point, the last version of pMachine Pro continues to be available free.
The company's flagship software product is ExpressionEngine, which is a more general purpose content management system written in object-oriented PHP and using MySQL for storing data. Licenses are available in three variations: a "Non-Commercial" version for personal and non-profit use, a "Commercial" version, and the cheapest option, a "Freelancer" license intended for small Web firms to be able to run their own sites. The underlying code is identical in all cases, although there are several modules held back from the "Freelancer" version. The company offers a 30-day money back guarantee, but no longer offers a free trial or an online demo for prospective customers. None of the licenses are free at this point.
The third product, CodeIgniter, is an open source rapid application development framework with particular emphasis on a very small footprint.
The company launched a fourth product, MojoMotor, a lightweight alternative to ExpressionEngine in July 2010[3].
ExpressionEngine is a content management system developed by EllisLab. The current version is 2.3.1. ExpressionEngine is intended to be simpler to use than other content management systems; for instance, it requires no knowledge of PHP, and has extensive online documentation.
Developer(s) | EllisLab, Inc. |
---|---|
Initial release | February 28, 2006 |
Stable release | 2.1.0 / November 1, 2011 |
Preview release | 3.0-dev / October 20, 2011 |
Written in | PHP |
Operating system | Cross-platform |
Type | Web application framework |
License | Open Software License ("OSL") v. 3.0 |
Website | http://codeigniter.com |
CodeIgniter is an open source web application framework for use in building dynamic web sites with PHP. "Its goal is to enable [developers] to develop projects much faster than...writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries."[4] The first public version of CodeIgniter was released on February 28, 2006, and the latest stable version 2.1.0 was released November 1, 2011[5].
CodeIgniter is loosely based on the popular Model-View-Controller development pattern. While view and controller classes are a necessary part of development under CodeIgniter, models are optional[6].
CodeIgniter is most often noted for its speed when compared to other PHP frameworks.[7][8][9] In a critical take on PHP frameworks in general, PHP creator Rasmus Lerdorf spoke at frOSCon in August 2008, noting that he liked CodeIgniter "because it is faster, lighter and the least like a framework."[10]
CodeIgniter's source code is maintained at GitHub[11], and as of the preview version 3.0-dev, is certified open source software licensed with the Open Software License ("OSL") v. 3.0. Versions of CodeIgniter prior to 3.0 are licensed under a proprietary Apache/BSD-style open source license[12].
The decision to switch to an OSL license sparked some community controversy[13], especially about the GPL incompatibility of the new license, to which EllisLab has responded with a series of articles entitled Software License Awareness Week[14].
MojoMotor is a content management system developed by EllisLab. The current version is 1.1.1. MojoMotor was made to create easy-to-edit, brochure-like sites that use almost entirely static pages. Like ExpressionEngine, it requires no knowledge of PHP and has extensive online documentation.
|