background preloader

PHP Frameworks

PHP Frameworks

CI Library: 77 Free Scripts, Addons, Tuts and Vids CodeIgniter is the brainchild of Ellis Labs and one of the more popular PHP frameworks available. It's gained a reputation as a lean, mean, easy-to-learn framework that anyone comfortable with PHP can get up and running with in a few days. CodeIgniter is fixin' to blow up even more with the release of ExpressionEngine 2.0, currently in Beta, which is built on top of the CodeIgniter framework. Sounds great and all, but ExpressionEngine ain't cheap…$299 for the commercial version…so while you sit around wondering if ExpressionEngine is a CMS you want to get in to, why not get familiar with it's CodeIgniter foundation using these 802 77 totally free scripts, addons and tutorials? Free/Open Source CodeIgniter Scripts CodeIgniter is a great, open source, PHP framework for building web applicationsBackEndProBackEndPro is a control panel for developers written in PHP for the CodeIgniter framework. Plugins, Modules & Libraries Text Tutorials Video Tutorials

AJAX Helper with jQuery (for CakePHP 2.x) Hi! On my site you can find AJAX Helper with jQuery for new version of CakePHP (2.x). All functions that were introduced in last version are supported and compatibile with CakePHP 2.0. Actual function list: link - Returns a link to a remote action that's called in the background using XMLHttpRequest when the link is clicked. This Helper is replacement for old orginal CakePHP AjaxHelper, but it's not fully compatible with orginal Helper. Contact me if you find any problems.

Best PHP Frameworks for 2014 Update: If you’d like to take part in the next high-yield survey from SitePoint, please vote for your favorite IDE here. The aim of the survey is to gauge the PHP community, and to find the most popular IDE in use today, by gender, location, skill level, and more. The end of the year is upon us. Lots has changed in the PHP world in the past 365 days, and the PHP framework scene is more densely populated than ever. Everyone and their dog seems to have an idea of what a good framework should look like, but in the end, do we even know which frameworks actually end up being used in production projects? How many go beyond the stage of thousands of people just doing a demo app in them? In a small survey we've held open for the past week or so (which has also been mentioned in PHP Weekly), we asked these questions to decide which frameworks deserve our attention in 2014 the most. Results summary According to the results, the most promising frameworks for 2014 seem to be: LaravelPhalconSymfony2

CI : How to Create All Those Great Apps Choosing a good PHP frameworks can help you develop complex Rich Internet Applications quickly, with a best practices oriented approach, and saving a lot of time reusing code snippets that are already available. There are a lot of interesting PHP frameworks you can choose for your next web project. Today we will focus on one of my favorite PHP Frameworks: CodeIgniter. CodeIgniter is a powerful, high-performance, open-source PHP framework that helps you author PHP applications rapidly. CodeIgniter has an exciting online manual , a couple of helpful video tutorials and an active user forum . In today’s post will attempt to show you the basics of setting up the CodeIgniter framework, including step by step tutorials showing you how to build awesome applications that uses the MVC approach the easy way. 1. The simplicity of setting things up and getting an actual webpage that processes something online is quite easy. - The Model represents your data structures. 2. 1. 3. 4. 5.

PHPExcel Comparison of web application frameworks This is a comparison of notable web application frameworks. General[edit] Basic information about each framework. ASP.NET[edit] C[edit] C++[edit] ColdFusion Markup Language (CFML)[edit] Haskell[edit] Java[edit] JavaScript[edit] Scala[edit] Perl[edit] PHP[edit] Python[edit] Ruby[edit] Others[edit] Comparison of features[edit] ASP.NET[edit] C++[edit] ColdFusion Markup Language (CFML)[edit] Java[edit] JavaScript[edit] Perl[edit] PHP[edit] Python[edit] Ruby[edit] Others[edit] See also[edit] References[edit]

CodeIgniter, ExpressionEngine and the Worlds of Web Development : DerekAllard.com EllisLab is hiring an ExpressionEngine Technical Support Specialist. I won’t bore you with the job specifics (you can already follow a link and are literate) but I will say that 3 out of the 4 people doing development started in the support team (the forth fourth is Rick… who apparently founded the company or something), as well as the Director of Community Services. I’ll also tell you that its fun, the EllisLab staff are awesome, and working on the product is rewarding. If you are a CodeIgniter user and thinking about it, drop me a line, I’d be happy to answer questions. The truth is, aptitude and attitude are universally more important then experience (although, that goes a long way to help). In no particular order, here are some things that I’ve found interesting, useful, or funny. Fluid A Site Specific Browser (SSB) that you can use to run web applications in. Growl Notifications with messages for campfire and fluid Also useful is the Fluid Icons Flickr group. DataMapper Sequel Pro

Die Hauptunterscheidungs-Merkmale - Online-Tools Das Ziel eines PHP-Frameworks ist, dem Entwickler die Arbeit an Web-Applikationen so einfach wie möglich zu machen. Einige Frameworks versprechen sogar Möglichkeiten darüber hinaus. Beispielsweise können Sie mit dem Seagull Framework Kommandozeilen-, GUI- und Web-Applikationen erstellen. Obwohl alle Frameworks MVC Design-Vorlagen unterstützen, ist die Einbindung unterschiedlich gut gelungen. In der CodeIgniters-Dokumentation steht beispielsweise, dass Applikationen, falls notwendig, ausschließlich Komponenten vom Framework-Controller akzeptieren. Die JavaScript und AJAX-Unterstützung ist mal besser und mal schlechter gelungen. Zend und Symfony bieten das breiteste Funktionen-Spektrum aller getesteten Frameworks. Zwar sind Yii und Seagull etwas eingeschränkter im Funktionsumfang, aber für größere Web-Applikationsprojekte ebenfalls gut geeignet. Sollten Sie zu den ganz Ungeduldigen zählen, dann ist CodeIgniter wohl die beste Wahl für Sie. Lesen Sie in diesem Beitrag Videos zum Thema

Choosing the Best PHP MVC Framework – MVC – Part 1 | SHELDMANDU So, perhaps like me you are writing a fair bit of PHP and building some serious PHP apps. Perhaps like me you have also decided that re-inventing the wheel for every app you write doesn’t make much sense and PHP by itself isn’t quite at a high enough level to be considered a framework. I mean PHP is nice and all and there are fast ways to do many things in PHP, but there are far too many ways to do things in PHP and all you need is just one that works. So having come to this realisation you decide that what you need is a PHP MVC Framework. Why a PHP MVC Framework? So, you realise that you indeed need some sort of a framework. Through your research you’ll find that there are MANY PHP Frameworks available, and indeed I dare say a few TOO MANY. It’s also worth quickly covering off what the Model actually is, although that probably deserves a post of it’s own as it’s so mistunderstdood. So when comparing frameworks you need to take all these aspects into consideration.

FormIgniter Discussing PHP Frameworks: What, When, Why and Which? Jul 26 2009 What is a PHP Framework? PHP is the world’s most popular scripting language for many different reasons – flexibility, ease-of-use, among others – but often times coding in PHP, or any language for that matter, can get rather monotonous and repetitive. That’s where a PHP framework can help. PHP frameworks streamline the the development of web applications written in PHP by providing a basic structure for which to build the web applications. The general idea behind the workings of a PHP framework is referred to as Model View Controller (MVC). Why Should we use a PHP Framework? Developers should utilize PHP frameworks for various reasons, but the number one reason is for speeding up the development process. Stability is another big reason developers are utilizing frameworks. Finally, the availability of PHP frameworks is extensive, and there are many different frameworks to choose from. When to use a PHP Framework? What to Look for in a PHP Framework? The Zend Framework CakePHP

Related: