Phalcon is a high-performance PHP web framework based on the model–view–controller (MVC) pattern. Originally released in 2012, it is an open-source framework licensed under the terms of the BSD License.
Unlike most PHP frameworks, Phalcon is implemented as a web server extension written in C, aiming to boost execution speed, reduce resource usage, and handle more HTTP requests per second than comparable frameworks written primarily in PHP. One drawback of this approach is that root/administrative access is required on the server to install Phalcon by building a custom binary or using a precompiled one.
Phalcon was created by Andres Gutierrez and collaborators looking for a new approach to traditional web application frameworks written in PHP. The original intention was to use "Spark" as the name, but the combination of words "PHP" and "Falcon" (which is one of fastest animals) ended as the name of the framework. Phalcon's initial release was made available on November 14, 2012.
Framework may refer to:
What You Don't See is the second studio album by American rock band The Story So Far.
The Story So Far signed to Pure Noise in March 2010. The band released their debut album in June 2011. The band supported We Are the Union and I Call Fives in July. The band toured alongside Heartsounds and Handguns in August. The band supported Senses Fail in November. From late February to early March 2012 the band went on the Pure Noise Records Tour alongside Handguns, I Call Fives, Daybreaker, The American Scene and Forever Came Calling. In early November, the band supported New Found Glory on the Road to Warped Tour in the UK. From late November to mid-December, the band supported New Found Glory on the 10th anniversary tour for their Sticks and Stones album. The band listened to New Found Glory when they were younger and did not expect tour with them in their lifetime.
On December 31, 2011 it was announced that The Story So Far was recording new material. In March 2012 it was announced the band would be writing new songs in the summer. In August it was posted that the band were recording "something" at Panda Studios. The band recorded at Panda Studios in San Francisco, in the fall. In an October 2012 interview with Alternative Press bassist Kelen Capener revealed the band were "just starting [to record] drum [tracks]". The band went to the studio with 13 songs but were writing new material during the record process in case they want to drop any of the previously written material. The band were figuring out what made their previous record excellent and attempt to expanded on it. The album was produced by Steve Klein of New Found Glory and Sam Pura. Klein originally visited the band to see what material they had and gave them tips.
In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific software. A software framework is a universal, reusable software environment that provides particular functionality as part of a larger software platform to facilitate development of software applications, products and solutions. Software frameworks may include support programs, compilers, code libraries, tool sets, and application programming interfaces (APIs) that bring together all the different components to enable development of a project or solution.
Frameworks contain key distinguishing features that separate them from normal libraries: