<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Superdit.com &#187; framework</title>
	<atom:link href="http://superdit.com/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:27:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Simple steps to understanding ExtJS</title>
		<link>http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/</link>
		<comments>http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 02:39:40 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=113</guid>
		<description><![CDATA[ExtJS is one of the most popular javascript user interface framework, it offer a bunch of great user interface component, if you are a Java Programmer it better you use the Ext-GWT, but if you are a web programmer who always using web scripting language such as PHP, it may be painless if you learn [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://extjs.com" target="_blank">ExtJS</a> is one of the most popular javascript user interface framework, it offer a bunch of great user interface component, if you are a Java Programmer it better you use the Ext-GWT, but if you are a web programmer who always using web scripting language such as PHP, it may be painless if you learn the new web interface beside the traditional HTML, but i did it and mix it with <a href="http://codeigniter.com" target="_blank">Codeigniter</a> in purpose to create and maintain better PHP code, and it&#8217;s not really bad and here some advice I have for you :</p>
<p><strong>1. Follow the examples</strong></p>
<p><img class="size-medium wp-image-124 alignleft" title="Ext-Examples" src="http://superdit.com/wp-content/uploads/2009/08/Ext-Examples-300x183.png" alt="Ext-Examples" width="300" height="183" />ExtJS come with a bunch of great sample use of using widget, this provide the basic use of the component, creating plugin, etc. This is the best way to know what you can do with the component and how to implement the component by viewing the source code, if you somehow don&#8217;t understand what the code means, simply you can consult the API documentation first. Just <a href="http://extjs.com/products/extjs/download.php" target="_blank">download</a> it first and run on your local server or you can view it <a href="http://extjs.com/deploy/dev/examples/samples.html" target="_blank">online</a>.<span id="more-113"></span></p>
<p><strong>2. Read the ExtJS tutorial</strong></p>
<p><a href="http://extjs.com/learn/Tutorials" target="_blank"><img class="size-medium wp-image-126 alignright" title="Tutorials - Learn About the Ext JavaScript Library_1250977156212" src="http://superdit.com/wp-content/uploads/2009/08/Tutorials-Learn-About-the-Ext-JavaScript-Library_1250977156212-300x210.png" alt="Tutorials - Learn About the Ext JavaScript Library_1250977156212" width="240" height="168" /></a>So, you are ready to get your hand wet ? but don&#8217;t know what to do to digging depper to understanding ExtJS, I suggest you start with <a href="http://extjs.com/learn/Tutorials" target="_blank">tutorial</a> from the ExtJS official site. It&#8217;s cover about the getting started guide, dom query helper, combobox, form, grids, drag &amp; drop, menus, tree, etc, even the basic of the application design and some of them provide the downloadable example source code. Although the tutorial is useing version 1.x and 2.x, yes it is compatible if you are using version 3.</p>
<p><strong>3. Don&#8217;t fear to read the API</strong></p>
<p><img class="size-medium wp-image-125 alignleft" title="Ext 3.0 - API Documentation_1250974839663" src="http://superdit.com/wp-content/uploads/2009/08/Ext-3.0-API-Documentation_1250974839663-300x197.png" alt="Ext 3.0 - API Documentation_1250974839663" width="210" height="138" /> The ExtJS API documentation come with the bundle when you&#8217;re downloading ExtJS. So how this gonna be useful ? well for me it provide very useful information about the Ext core and default config options, properties, events, method for each component, it&#8217;s a good reference when you are trying to manipulating the component. Some component given the basic example of usage. Just <a href="http://extjs.com/products/extjs/download.php" target="_blank">download the ExtJS</a> bundle and you can find it in examples folder or you can view it <a href="http://extjs.com/deploy/dev/docs/" target="_blank">online</a></p>
<p><strong>4. Consult the spesific question to the forum</strong></p>
<p><img class="alignleft size-medium wp-image-146" title="extjs reconfigure proxy url - Telusuri dengan Google_1251076695170" src="http://superdit.com/wp-content/uploads/2009/08/extjs-reconfigure-proxy-url-Telusuri-dengan-Google_1251076695170-300x160.png" alt="extjs reconfigure proxy url - Telusuri dengan Google_1251076695170" width="300" height="160" />When I get some trouble I always use Google first, type your spesific question on Google and most of the solution found in the ExtJS official forum and i always found the solution is very handy and easy to understand. Even some of the expert member provide advance source about ExtJS like quick search plugin, grid paging row numberer and custom themes and you can download it for free.</p>
<p><strong>5. Use the good IDE</strong></p>
<p><img class="size-medium wp-image-120 alignleft" title="netbeans-extjs" src="http://superdit.com/wp-content/uploads/2009/08/netbeans-extjs-252x300.png" alt="netbeans-extjs" width="162" height="192" /> Since you use ExtJS in javascript language, the you must code all the ExtJS component by hand, and you need the good IDE to help you browse the all avaliable API. I&#8217;m personally using <a href="http://www.netbeans.org/" target="_blank">Netbeans PHP IDE</a> for my project, you can set the project and include the ExtJS style, ExtJS basic and ExtJS all. The IDE will scan all the project including the ExtJS file and when you code the ExtJS component or ExtJS core, you can type <em>shift + space</em> on your keyboard and the IDE will give an autocomplete feature, and it helping me a lot, maybe not all the method shown in the autocomplete feature but you still can browse on the API documentation. If your not the fan of Netbeans, you can use other great IDE like <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> or <a href="http://aptana.com/" target="_blank">Aptana</a>.</p>
<h5>6. You may need to know a bit about Javascript Language</h5>
<p>My experience is when i code the event handler of the component, sometimes need like client side validation, like is defined object, sel length etc. When you found this trouble just googling about spesific javascript question and it&#8217;is not really hard.</p>
<p><strong>more ExtJS Resource and tutorial</strong></p>
<p><a href="http://extjs.tv" target="_blank">Video tutorial from EXTJS.TV</a> bunch of ExtJS Tutorial</p>
<p><a href="http://defafe.com/" target="_blank">http://defafe.com</a> a blog about ExtJS tutorial</p>
<p><a href="http://www.extforge.org/index.php/2009/examples-of-extjs-in-action/" target="_blank">Example ExtJS in Action</a> some of link not working but the <a href="http://extplorer.sourceforge.net/" target="_blank">ExtPlorer</a> is good.</p>
<p><a href="http://tuturtinular.com/category/extjs/" target="_blank">TuturTinular</a> a blog who have some ExtJS tutorial</p>
<p><a href="http://extjswordpress.net" target="_blank">ExtJS and WordPress</a> wordpress themes usign extjs and it&#8217;s free to download</p>
<p><a href="http://blog.andrekolell.de/2009/04/15/using-an-ext-js-datagrid-with-ajax-in-the-wordpress-administration-panel/" target="_blank">Using ExtJS grid in WordPress Admin</a></p>
<p><a href="http://ragrawal.wordpress.com/2008/12/13/integrating-cakephp-and-extjs-a-complete-guide/" target="_blank">Integrating CakePHP and ExtJS</a></p>
<p><a href="http://blog.extjs.eu/" target="_blank">http://blog.extjs.eu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2009/08/21/simple-steps-to-understanding-extjs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Big List of PHP Framework</title>
		<link>http://superdit.com/2009/07/22/big-list-of-php-framework/</link>
		<comments>http://superdit.com/2009/07/22/big-list-of-php-framework/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:00:48 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=3</guid>
		<description><![CDATA[A PHP framework can help you to develop web application faster, and it used by many company around the world. Here a list of php framework that avaliable and downloadable, I copy the sort explanation about the framework, you can go to the official site to learn more, so here it goes : 1. CodeIgniter [...]]]></description>
			<content:encoded><![CDATA[<p>A PHP framework can help you to develop web application faster, and it used by many company around the world. Here a list of php framework that avaliable and downloadable, I copy the sort explanation about the framework, you can go to the official site to learn more, so here it goes :</p>
<p><strong>1. CodeIgniter</strong><br />
<img class="alignleft size-thumbnail wp-image-15" title="codeigniter" src="http://superdit.com/wp-content/uploads/2009/07/codeigniter-150x150.jpg" alt="codeigniter" width="59" height="59" />CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’re tired of ponderously large and thoroughly undocumented frameworks.<br />
more on &#8230;<a href="http://codeigniter.com" target="_blank"> http://codeigniter.com</a></p>
<p><strong>2. CakePHP</strong><br />
<img class="size-thumbnail wp-image-11 alignright" title="cakephp" src="http://superdit.com/wp-content/uploads/2009/07/cakephp-150x150.png" alt="cakephp" width="90" height="90" />CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.<br />
more on &#8230; <a href="http://cakephp.org" target="_blank">http://cakephp.org</a></p>
<p><strong>3. Zend Framework</strong><br />
<img class="size-thumbnail wp-image-17 alignright" title="zend_framework" src="http://superdit.com/wp-content/uploads/2009/07/zend_framework-150x150.jpg" alt="zend_framework" width="43" height="43" />Extending the art &amp; spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase.<br />
more on &#8230; <a href="http://framework.zend.com" target="_blank">http://framework.zend.com</a></p>
<p><strong>4. Symfony</strong><br />
<img class="size-full wp-image-21 alignleft" title="symfony" src="http://superdit.com/wp-content/uploads/2009/07/symfony.gif" alt="symfony" width="269" height="73" />Symfony is a full-stack framework, a library of cohesive classes written in PHP. It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony allows you to release your applications earlier, host and scale them without problem, and maintain them over time with no surprise.<br />
more on &#8230;<a href="http://www.symfony-project.org" target="_blank"> http://www.symfony-project.org</a><span id="more-3"></span></p>
<p><strong>5. Yii Framework</strong><br />
<img class="alignleft size-full wp-image-23" title="yii logo" src="http://superdit.com/wp-content/uploads/2009/07/yii-logo.jpg" alt="yii logo" width="56" height="55" />Yes, it is Yii — a high-performance component-based PHP framework best for developing large-scale Web applications. Yii comes with a full stack of features, including MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in strict OOP, Yii is easy to use and is extremely flexible and extensible.<br />
more on &#8230; <a href="http://www.yiiframework.com" target="_blank">http://www.yiiframework.com</a></p>
<p><strong>6. Prado</strong><br />
PRADO™ is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.<br />
more on &#8230; <a href="http://pradosoft.com" target="_blank">http://pradosoft.com</a></p>
<p><strong>7. Kohana</strong><br />
Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.<br />
more on &#8230; <a href="http://kohanaframework.org/" target="_blank">http://kohanaframework.org/</a></p>
<p><strong>8. Akelos</strong><br />
The Akelos PHP Framework is a web application development platform based on the MVC (Model View Controller) design pattern.<br />
more on &#8230; <a href="http://akelos.org" target="_blank">http://akelos.org</a></p>
<p><strong>9. Phocoa</strong><br />
PHOCOA is an object-oriented, event-driven, componentized, MVC (model-view-controller) web framework inspired by Apple’s Cocoa and WebObjects technologies.<br />
more on &#8230; <a href="http://phocoa.com" target="_blank">http://phocoa.com</a></p>
<p><strong>10. Recess</strong><br />
<img class="alignleft size-full wp-image-25" title="recess" src="http://superdit.com/wp-content/uploads/2009/07/recess.gif" alt="recess" width="139" height="30" />You should enjoy PHP development. That&#8217;s why Recess exists. Recess is a serious PHP framework designed to give you a delightful development experience.<br />
more on &#8230; <a href="http://www.recessframework.org" target="_blank">http://www.recessframework.org</a></p>
<p><strong>11. Seagull</strong><br />
Seagull is a mature OOP framework for building web, command line and GUI applications.<img class="alignleft size-full wp-image-26" title="seagull" src="http://superdit.com/wp-content/uploads/2009/07/seagull.png" alt="seagull" width="115" height="35" /> Licensed under BSD, the project allows PHP developers to easily integrate and manage code resources, and build complex applications quickly.<br />
more on &#8230; <a href="http://seagullproject.org" target="_blank">http://seagullproject.org</a></p>
<p><strong>12. evoCore</strong><br />
evoCore is the framework at the heart of the b2evolution blogging application. It is freely available for anyone to use. It is dual licensed so you can choose to use it either under the GNU GPL or the Mozilla MPL license. (b2evo for example is using it under the GPL).<br />
more on &#8230; <a href="http://evocore.net" target="_blank">http://evocore.net</a></p>
<p><strong>13. Qcodo</strong><br />
The Qcodo Development Framework is an open-source PHP 5 framework that focuses on freeing developers from unnecessary tedious, mundane coding. The result is that developers can do what they do best: focus on implementing functionality and usability, improving performance and ensuring security.<br />
more on &#8230; <a href="http://qcodo.com" target="_blank">http://qcodo.com</a></p>
<p><strong>14. Agavi</strong><br />
<img class="size-full wp-image-8 alignleft" title="agavi" src="http://superdit.com/wp-content/uploads/2009/07/agavi.png" alt="agavi" width="137" height="56" />Agavi is a powerful, scalable PHP5 application framework that follows the MVC paradigm. It enables developers to write clean, maintainable and extensible code. Agavi puts choice and freedom over limiting conventions, and focuses on sustained quality rather than short-sighted decisions.<br />
more on &#8230; <a href="http://www.agavi.org" target="_blank">http://www.agavi.org</a></p>
<p><strong>15. FUSE</strong><br />
FUSE is a Model View Controller framework for PHP. Taking influence from other web frameworks such as Ruby on Rails and CakePHP, then adding in custom, intuitive features of our own design, FUSE has developed into a robust, stable platform for MVC development using object oriented PHP.<br />
more on &#8230; <a href="http://www.phpfuse.net" target="_blank">http://www.phpfuse.net</a></p>
<p><strong>16. Horde</strong><br />
<img class="alignleft size-thumbnail wp-image-30" title="horde" src="http://superdit.com/wp-content/uploads/2009/07/horde-150x150.png" alt="horde" width="54" height="54" />The Horde Framework provides backend-independent interfaces for dealing with preferences, logfiles, MIME, hierarchical data, authentication, data formats, encryption, forms, session handling, file storage, remote procedure calls &#8211; and more is on the way.<br />
more on &#8230; <a href="http://www.horde.org" target="_blank">http://www.horde.org</a></p>
<p><strong>17. Zoop</strong><br />
<img class="alignleft size-full wp-image-31" title="zoop" src="http://superdit.com/wp-content/uploads/2009/07/zoop.png" alt="zoop" width="42" height="42" />Far from being Yet Another PHP Framework or Rails clone, Zoop has been in development since 2001 and in use for the last 6 years in a number of different production environments. While it predates the recent proliferation of PHP frameworks, it&#8217;s based on solid MVC principles, including separation of display, logic, and data layers. It&#8217;s designed to be efficient, modular, and extensible, striking a balance between lightweight and fully-featured.<br />
more on &#8230; <a href="http://zoopframework.com" target="_blank">http://zoopframework.com</a></p>
<p><strong>18. PHPWork</strong><br />
phpWork is an event-driven(EDP), component-based framework similar as architecture to ASP.NET. It is part of &#8220;The work family&#8221; including javawork.org, phpwork.org and flashwork.org. It helps you build php-based websites in a very fast, reliable, safe and well-organized way.<br />
more on &#8230; <a href="http://phpwork.org" target="_blank">http://phpwork.org</a></p>
<p><strong>19. Lisa PHP Framework</strong><br />
<img class="alignleft size-full wp-image-32" title="Lisa" src="http://superdit.com/wp-content/uploads/2009/07/Lisa.jpg" alt="Lisa" width="33" height="33" />LISA is an object oriented web application framework based on PHP 5.2 and Smarty template engine. LISA is follows the model view controller architecture.<br />
more on &#8230; <a href="http://code.google.com/p/lisaframework" target="_blank">http://code.google.com/p/lisaframework</a></p>
<p><strong>20. Orinoco</strong><br />
<img class="alignleft size-full wp-image-37" title="oricono" src="http://superdit.com/wp-content/uploads/2009/07/oricono.png" alt="oricono" width="42" height="48" />orinoco framework is a light full-stack web framework written in PHP5. It is based on MVC architecture and implements the Model 2 design pattern. Its infrastructure helps developers create a clean and maintainable applications.<br />
more on &#8230; <a href="http://code.google.com/p/orinoco-framework" target="_blank">http://code.google.com/p/orinoco-framework</a></p>
<p><strong>21. DIY</strong><br />
It is an open-source lightweight web application framework based on object-oriented PHP 5, MySQL, and XSLT. It is fully object-oriented and designed following the MVC architecture and REST design principles. The idea behind it is not to reinvent the wheel but instead to combine existing and proven technologies in a convenient and effective way.<br />
more on &#8230; <a href="http://www.xml.lt/Resources/Framework" target="_blank">http://www.xml.lt/Resources/Framework</a></p>
<p><strong>22. ash.MVC</strong><br />
ash.MVC is a simple PHP programming framework proposed by Ash. The basic approach of this framework is to adopt a middle-path approach between faster development cycle, and a robust and scalable application. Moreover, the schemes proposed in the framework stick to the line of simplicity all along.<br />
more on &#8230; <a href="http://ash-mvc.org" target="_blank">http://ash-mvc.org</a></p>
<p><strong>23. SolarPHP</strong><br />
Solar is a PHP 5 framework for web application development. It is fully name-spaced and uses enterprise application design patterns, with built-in support for localization and configuration at all levels.<br />
more on &#8230; <a href="http://solarphp.com" target="_blank">http://solarphp.com</a></p>
<p><strong>24. PHPOpenBiz</strong><br />
Want to build a data centric business application without dirty code &#8211; PhpOpenbiz (Openbiz) is the solution! OpenBiz is a PHP application framework for professional IT developers and consultants to build web-based enterprise applications.<br />
more on &#8230; <a href="http://www.phpopenbiz.org/jim" target="_blank">http://www.phpopenbiz.org/jim</a></p>
<p><strong>25. PHPonTRAX</strong><br />
<img class="alignleft size-full wp-image-48" title="phpontrax" src="http://superdit.com/wp-content/uploads/2009/07/phpontrax.png" alt="phpontrax" width="47" height="49" />Want to become a better PHP programmer, cut your development time in more than half, create ultra clean, and easy to maintain, enterprise quality applications, complete with highly reusable code/components? or perhaps you just want to enjoy creating software, instead of tedious, repetitive, boring SQL statements.<br />
more on &#8230; <a href="http://www.phpontrax.com" target="_blank">http://www.phpontrax.com</a></p>
<p><strong>26. PHPDevShell</strong><br />
<img class="alignleft size-full wp-image-47" title="phpdevshellpng" src="http://superdit.com/wp-content/uploads/2009/07/phpdevshellpng.png" alt="phpdevshellpng" width="91" height="56" />Tired of complex and heavy PHP based frameworks? Need a web based application to be up and running ASAP? Are you perhaps a sole developer or small team that needs a head start with your new project? If yes, then PHPDevShell is your answer. PHPDevShell as the name suggests provides a “shell” for your code to run in. It was developed from the ground up to be fast, secure and to provide immediate results for the developer using it.<br />
more on &#8230; <a href="http://www.phpdevshell.org" target="_blank">http://www.phpdevshell.org</a></p>
<p><strong>27. Madeam</strong><br />
Madeam is a PHP framework for small agile teams and freelancers.<br />
more on &#8230; <a href="http://madeam.com" target="_blank">http://madeam.com</a></p>
<p><strong>28. Limb3</strong><br />
Limb is an OpenSource(LGPL) Library of Interdependent Modules and Blocks mostly aimed for rapid web application prototyping and development with PHP5.<br />
more on &#8230; <a href="http://limb-project.com" target="_blank">http://limb-project.com</a></p>
<p><strong>29. PHPCliFramework</strong><br />
more on &#8230; <a href="http://cliframework.com" target="_blank">http://cliframework.com</a></p>
<p><strong>30. WASP</strong><br />
more on &#8230; <a href="http://wasp.sourceforge.net/content" target="_blank">http://wasp.sourceforge.net/content</a></p>
<p><strong>31. PHP for Applications</strong><br />
more on &#8230; <a href="http://p4a.crealabsfoundation.org" target="_blank">http://p4a.crealabsfoundation.org</a></p>
<p><strong>32. Lion PHP Framework</strong><br />
Lion is an emerging open source PHP framework for creating rich web applications as a combination of the most valuable features and patterns taken from the development community.<br />
more on &#8230; <a href="http://www.lionframework.org" target="_blank">http://www.lionframework.org</a></p>
<p><strong>33. Flow3</strong><br />
<img class="alignleft size-full wp-image-39" title="flow3" src="http://superdit.com/wp-content/uploads/2009/07/flow3.gif" alt="flow3" width="109" height="40" />FLOW3 brings new concepts to the PHP world. Domain-Driven Design, Dependency Injection and Aspect-Oriented Programming are some of them. And besides some great features we offer a new view on the &#8220;how&#8221; of software development.<br />
more on &#8230; <a href="http://flow3.typo3.org" target="_blank">http://flow3.typo3.org</a></p>
<p><strong>34. Adventure PHP Framework</strong><br />
more on &#8230; <a href="http://adventure-php-framework.org" target="_blank">http://adventure-php-framework.org</a></p>
<p><strong>35. Amhulio</strong><br />
Amhulio is a PHP 5 and MySQL web framework. With the idea of widgets, the design pattern of MVC, and the technology of AJAX, we have created a structural, and extensible architecture for rapid development of interactive and complex web application.<br />
more on &#8230; <a href="http://www.amhulio.com" target="_blank">http://www.amhulio.com</a></p>
<p><strong>36. ATK Framework</strong><br />
<img class="alignleft size-full wp-image-40" title="atk" src="http://superdit.com/wp-content/uploads/2009/07/atk.jpg" alt="atk" width="76" height="56" />ATK is a special purpose framework, targeted at business applications. It allows you to build an application with very small amounts of code.Its focus on business features makes it an excellent framework for HRM, CRM, data management and CMS type applications.<br />
more on &#8230; <a href="http://www.atk-framework.com" target="_blank">http://www.atk-framework.com</a></p>
<p><strong>37. Ambivalence</strong><br />
Ambivalence is a Model-View-Controller framework for PHP web development. Based on the Java-based Maverick project, Ambivalence also offers clean MVC separation and an XML sitemap. Ambivalence provides an optional service to authenticate and enforce access controls upon users, based on the JBoss implementation of the J2EE Java Authorization and Authentication Service (JAAS).<br />
more on &#8230; <a href="http://amb.sourceforge.net" target="_blank">http://amb.sourceforge.net</a></p>
<p><strong>38. Nette Framework</strong><br />
Nette Framework is a powerful, component-based and event-driven framework for <img class="alignright size-full wp-image-34" title="nette" src="http://superdit.com/wp-content/uploads/2009/07/nette.png" alt="nette" width="86" height="46" />creating web applications and services in PHP 5. Nette Framework is designed with simplicity in mind.<br />
more on &#8230; <a href="http://nettephp.com/en" target="_blank">http://nettephp.com/en</a></p>
<p><strong>39. Andromeda</strong><br />
Andromeda is a programmer productivity tool, our only measure of success is how much we can reduce labor and increase quality. We want to help you to get it done, get it right.<br />
more on &#8230; <a href="http://www.andromeda-project.org" target="_blank">http://www.andromeda-project.org</a></p>
<p><strong>40. CoughPHP</strong><br />
Cough is an extremely lightweight PHP ORM framework for dealing with objects that have single table counterparts in a database. Cough is built to be easy to learn, use, and extend.<br />
more on &#8230; <a href="http://www.coughphp.com" target="_blank">http://www.coughphp.com</a></p>
<p><strong>41. InterJinn</strong><br />
<img class="alignleft size-full wp-image-41" title="interJinn" src="http://superdit.com/wp-content/uploads/2009/07/interJinn.jpg" alt="interJinn" width="22" height="34" />InterJinn™ is an open-source multi-tier framework for web and shell applications using the PHP scripting engine.<br />
more on &#8230; <a href="http://www.interjinn.com" target="_blank">http://www.interjinn.com</a></p>
<p><strong>42. Jelix</strong><br />
Jelix is an open-source PHP5 framework which help you to develop any k<img class="alignright size-full wp-image-42" title="jelix" src="http://superdit.com/wp-content/uploads/2009/07/jelix.png" alt="jelix" width="65" height="22" />ind of web applications.<br />
more on &#8230; <a href="http://jelix.org" target="_blank">http://jelix.org</a></p>
<p><strong>43. KissMVC</strong><br />
KISSMVC is a simple and minimalist PHP Model-View-Controller (MVC) framework for rapid development of web applications.<br />
It is designed with the KISS principle in mind, and the entire source code can be read and understood in minutes.<br />
more on &#8230; <a href="http://kissmvc.com" target="_blank">http://kissmvc.com</a></p>
<p><strong>44. Kolibri</strong><br />
Kolibri is a lightweight, flexible web application framework written in PHP 5. Kolibri&#8217;s focus is on providing you with the tools to customize the framework to your liking &#8212; from its custom URI mapper and plug-in-based core architecture, to the view technology of your choice. Kolibri flies either way.<br />
more on &#8230; <a href="https://launchpad.net/kolibri" target="_blank">https://launchpad.net/kolibri</a></p>
<p><strong>45. phpPeanuts</strong><br />
more on &#8230; http://www.phppeanuts.org</p>
<p><strong>46. PHPulse</strong><br />
PHPulse is the FASTEST PHP based MVC framework in the world! It is built to be <img class="alignleft size-full wp-image-45" title="phpulse" src="http://superdit.com/wp-content/uploads/2009/07/phpulse.jpg" alt="phpulse" width="174" height="61" />EXTREMELY lightweight and fast with a modular development environment allowing for quick plug-n-play functionality to be added merely by dropping in extra modules.<br />
more on &#8230; <a href="http://www.phpulse.com" target="_blank">http://www.phpulse.com</a></p>
<p><strong>47. Pluf</strong><br />
<img class="alignleft size-full wp-image-43" title="pluf" src="http://superdit.com/wp-content/uploads/2009/07/pluf.png" alt="pluf" width="64" height="22" />Simple, elegant and easy for people used to Django but in PHP5 so easy to deploy all over the world.<br />
more on &#8230; <a href="http://pluf.org" target="_blank">http://pluf.org</a></p>
<p><strong>48. QCubed</strong><br />
<img class="alignleft size-full wp-image-44" title="qcube" src="http://superdit.com/wp-content/uploads/2009/07/qcube.jpg" alt="qcube" width="130" height="53" />QCubed (pronounced &#8216;Q&#8217; &#8211; cubed) is a PHP5 Model-View-Controller framework. The goal of the framework is to save the time for developers around mundane, repeatable tasks &#8211; allowing them to concentrate on things that are useful AND fun.<br />
more on &#8230; <a href="http://qcu.be" target="_blank">http://qcu.be</a></p>
<p><strong>49. Swat</strong><br />
more on &#8230; <a href="https://code.silverorange.com/wiki/Swat" target="_blank">https://code.silverorange.com/wiki/Swat</a></p>
<p><strong>50. LightVC</strong><br />
LightVC is a lightweight model-view-controller (MVC) framework without the model. This decoupling allows any model or object relation mapping (ORM) tool to be used, including none at all if one is not needed.<br />
more on &#8230; <a href="http://www.lightvc.org" target="_blank">http://www.lightvc.org</a></p>
<p><strong>51. Tangra Framework</strong><br />
<img class="alignleft size-full wp-image-36" title="tangra" src="http://superdit.com/wp-content/uploads/2009/07/tangra.png" alt="tangra" width="108" height="46" />Tangra is a LGPL licensed open source framework for development of PHP5 applications. Its main target is to boost the productivity of the developers. It consist code library, modules and control center.<br />
more on &#8230; <a href="http://www.tangraframework.net" target="_blank">http://www.tangraframework.net</a></p>
<p><strong>52. TinyMVC</strong><br />
TinyMVC is an Model-View-Controller application framework for PHP. It provides clear separation between the database operations (Model), the presentation (View), and the glue in between (Controller).<br />
more on &#8230; <a href="http://www.tinymvc.com" target="_blank">http://www.tinymvc.com</a></p>
<p><strong>53. Flourish</strong><br />
Flourish is The PHP Unframework, an object-oriented PHP library designed to reduce <img class="alignright size-full wp-image-35" title="flourish" src="http://superdit.com/wp-content/uploads/2009/07/flourish.gif" alt="flourish" width="143" height="49" />code and improve security. It’s not an MVC framework and it doesn’t try to solve every problem. Instead, it focuses on being small, portable, well documented and easy to use.<br />
more on &#8230; <a href="http://flourishlib.com" target="_blank">http://flourishlib.com</a></p>
<p><strong>54. Stubbles</strong><br />
<img class="alignleft size-full wp-image-28" title="stubbles" src="http://superdit.com/wp-content/uploads/2009/07/stubbles.png" alt="stubbles" width="106" height="90" />Stubbles is a PHP 5 framework, that combines your favorite features from other programming languages and frameworks. When using Stubbles, it does not force you to use all of its packages, instead you just use the packages you like and combine it with PEAR, the Zend Framework or any other PHP-based framework.<br />
more on &#8230; <a href="http://www.stubbles.net" target="_blank">http://www.stubbles.net</a></p>
<p><strong>55. Atomik Framework</strong><br />
Atomik is a free, open-source, micro framework for PHP5. Atomik is built for small web applications that do not need heavy frameworks but still want powerful features. It is build with the KISS principle in mind as well as speed and security. Atomik is also an ideal introduction for beginners to the world of web development frameworks.<br />
more on &#8230; <a href="http://www.atomikframework.com" target="_blank">http://www.atomikframework.com</a></p>
<p><strong>56. Simplicity</strong><br />
Simplicity is a lightweight modular Web development framework. It is designed with a tight core providing and innovative module chain architecture. All framework functionality is provided by modules which can be loaded in module chains and a simple routing interface allows you to direct requests to the appropriate module chain.<br />
more on &#8230; <a href="http://www.simplicityphp.com/" target="_blank">http://www.simplicityphp.com</a></p>
<p><strong>57. DOOPHP</strong><br />
<img class="alignleft size-full wp-image-79" title="doo" src="http://superdit.com/wp-content/uploads/2009/07/doo.png" alt="doo" width="215" height="54" />Doo framework is one of the fastest, if not the fastest PHP framework available. It enables developers at all levels to rapidly develop robust web 2.0 applications. MVC based, URI routing, Extremely simple, RESTful API, Templating, ORM tool, Clean IP, OOP, Flexible license.<br />
more on &#8230; <a href="http://doophp.com" target="_blank">http://doophp.com</a></p>
<p><strong>58. DragonPHP</strong><br />
DragonPHP is an open source PHP 5 web application framework that is based on the MVC 2(Model View Controller &#8211; Model 2) architecture. Key Features: Request Dispatcher, Session Management, Page Controller, Page Flow Routing, Security, Common Logger, Validator, Dynamic Templating, Modules, Database Access.<br />
more on &#8230; <a href="http://www.dragonphp.com" target="_blank">http://www.dragonphp.com</a></p>
<p><strong>59. tk_self</strong><br />
more on &#8230; <a href="http://tkself.org" target="_blank">http://tkself.org</a></p>
<p><strong>60. SpotLight</strong><br />
SpotLight  is a web application development framework based on  Model-View-Controller  architecture. Considering influence from framework such as  Struts  for  Java ,  SpotLight has incorporated the best aspects of such systems of development and became stable  MVC  platform with object-oriented  PHP  usage. SpotLight gives a powerful kernel for development MVC based applications with Ajax support.<br />
more on &#8230; <a href="http://spotlight.cv.ua" target="_blank">http://spotlight.cv.ua</a></p>
<p><strong>61. WEB2BB</strong><br />
WEB2BB is an ultra light, ultra fast, and freely available MVC written in PHP. It does not try to be all things to all people, nor does it even care what other frameworks do. It just provides a simple and easy to use framework for PHP projects.<br />
more on &#8230; <a href="http://web2bb.com" target="_blank">http://web2bb.com</a></p>
<p><strong>62. SENCHA</strong><br />
SENCHA is an open-source PHP MVC framework. The framework is none-restrictive, scalable, allows for rapid-development &amp; lets you spend more time building the application and not worrying about building solid foundations. Sencha 2.0 is currently under development! Here you will find documentation, news &amp; tutorials.<br />
more on &#8230; <a href="http://www.sencha-project.org" target="_blank">http://www.sencha-project.org</a></p>
<p><strong>63. Bedrock Framework</strong><br />
<img class="alignleft size-full wp-image-110" title="bedrockframework" src="http://superdit.com/wp-content/uploads/2009/07/bedrockframework.png" alt="bedrockframework" width="69" height="69" />Bedrock Framework is a web framework designed around bridging popular APIs<br />
and technologies with PHP. While it has an MVC core with all the functionality expected from a web framework, its primary goal is to simplify the use of other technologies with PHP.<br />
more on &#8230; <a href="http://www.bedrockframework.com" target="_blank">http://www.bedrockframework.com</a></p>
<p><strong>64. VLC for PHP</strong><br />
VCL for PHP is PHP framework to develop web applications, it&#8217;s OpenSource and it&#8217;s licensed using LGPL. The framework has been designed to be integrated into an IDE, called Delphi for PHP, which allows you to develop PHP web applications visually with all the benefits of a RAD Integrated Development Environment<br />
more on &#8230; <a href="http://www.qadram.com/vcl4php/index.php" target="_blank">http://www.qadram.com/vcl4php/index.php</a></p>
<p><strong>65. Maverick PHP</strong><br />
Maveric is an extremely simple, lightweight, and flexible <span>MVC</span> <span>framework</span> written in <span>PHP</span>. Check out <a href="http://svn.jamessocol.com/maveric/wiki/StoryOfMaveric">StoryOfMaveric</a> to see what inspired yet another MVC framework.<br />
more on &#8230; <a href="http://svn.jamessocol.com/maveric" target="_blank">http://svn.jamessocol.com/maveric</a></p>
<p><strong>67. phpHtmlLib</strong><br />
phpHtmlLib is now an application development framework for developing OOP style web applications in PHP.                     The application framework supports an MVC style architecture, Ajaxable and                      Cacheable interfaces for developing rich client web applications.                     It still contains the set of PHP classes and library functions to help                      facilitate building, debugging, and rendering of XML, HTML, XHTML,                      WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well                      as complex html                      <a href="http://phphtmllib.newsblob.com/?target=-ws">Widgets</a><br />
more on &#8230; h<a href="http://phphtmllib.newsblob.com" target="_blank">ttp://phphtmllib.newsblob.com</a></p>
<p><strong>68. BaseBones</strong><br />
more on &#8230; <a href="http://code.google.com/p/barebonesmvc-php" target="_blank">http://code.google.com/p/barebonesmvc-php</a></p>
<p><strong>69. micMVC</strong><br />
<img class="alignleft size-full wp-image-108" title="micmvc" src="http://superdit.com/wp-content/uploads/2009/07/micmvc.png" alt="micmvc" width="251" height="141" />micMVC is a light-weight application framework for PHP5 that uses the MVC architecture. It attempts to be more lightweight and easy to use than TinyMVC or LightMVC but also includes support for basic testing. micMVC does not require an application framework to be installed on the host computer as an application written using micMVC packages all the necessary framework code with the application. On a personal note I am not a huge fan of PHP but have been forced to use it quite often for various projects as most basic hosting packages offer PHP. I wrote this framework to make life a little less painful for me when having to write PHP code.<br />
more on &#8230; <a href="http://riftor.g615.co.uk/index.php?action=view&amp;id=22" target="_blank">http://riftor.g615.co.uk/index.php?action=view&amp;id=22</a></p>
<p><strong>70. Odin Assemble</strong><br />
Odin Assemble is a small footprint PHP framework designed to help you create and maintain dynamic websites without a content management system.<br />
more on &#8230; <a href="http://www.odinassemble.com" target="_blank">http://www.odinassemble.com</a></p>
<p><strong>71. Castle-PHP</strong><br />
more on &#8230; <a href="http://code.google.com/p/castle-php/" target="_blank">http://code.google.com/p/castle-php/</a></p>
<p><strong>72. MiMVic</strong><br />
MiMViC that embraces the PHP 5.3 and takes a step into future by utilizing the namespaces, lambda functions and minimality. MiMViC is supposed to be super-light weight and programmer friendly framework, thus giving programmer only the most essential tools for programming. Practically speaking MiMViC follows the &#8220;KISS  Rule&#8221; for real!<br />
more on &#8230; <a href="http://code.google.com/p/mimvic/" target="_blank">http://code.google.com/p/mimvic/</a></p>
<p><strong>73. CIEXtended</strong></p>
<p>CIEX stands for CIEXtended and is based on the popular PHP framework:  <a href="http://codeigniter.com/" target="_new">CodeIgniter</a>.<br />
As CIEX is based on CodeIgniter, it also has an extremely small  footprint, in fact probably smaller than CodeIgniter as CIEX has been  optimized thoroughly. You should also find that CIEX is easier to use,  and more convenient. Some of the missed features in CodeIgniter has been  implemented/changed in CIEX, which will make your job (as web  developers) more efficient and with ease.<br />
more on &#8230; <a href="http://ciex.levallois.biz/" target="_blank">http://ciex.levallois.biz/</a></p>
<p><strong>74. </strong><strong>FAT-FREE</strong><br />
The philosophy behind the framework and its approach to the  Model-View-Controller design pattern is towards minimalism in structural  components, avoiding application complexity and striking a balance  between code elegance, application performance and programmer  productivity.<br />
more on &#8230; <a href="http://fatfree.sourceforge.net/" target="_blank">http://fatfree.sourceforge.net/</a></p>
<p><strong>75. Noloh</strong><br />
<img class="alignleft size-full wp-image-456" title="nolohLogoSmall" src="http://superdit.com/wp-content/uploads/2009/07/nolohLogoSmall.png" alt="" width="131" height="56" />NOLOH is a lightweight, on-demand, object oriented  Web application development platform. It is ideal for developing feature-rich web sites and web applications faster and with fewer resources. NOLOH extends PHP 5.1+, eliminates the need for HTML and JavaScript, and builds in many advanced features such as codeless AJAX, automatic SEO and a full suite of UI controls.<br />
more on &#8230; <a href="http://www.noloh.com" target="_blank">http://www.noloh.com</a></p>
<p><strong>76. Vork Enterprise PHP Framework</strong><br />
Vork is an open-source PHP framework designed for rapid development of performance-oriented scalable applications. The mission of Vork is to provide an MVC architecture with a full-featured toolkit and universal database support without adding overhead, creating slow &amp; unscalable abstraction layers or re-inventing native PHP functionality.<br />
more on &#8230; <a href="http://www.vork.us/">http://www.vork.us/</a></p>
<p><strong>77. KumbiaPHP</strong><br />
Kumbia PHP Framework is a full-stack MVC framework written in PHP for developing database-backed web applications according to the Model-View-Control pattern and other patterns as ActiveRecord and TemplateView. Optimized for PHP programmer productivity.<br />
more on &#8230; <a href="http://sourceforge.net/projects/kumbia/">http://sourceforge.net/projects/kumbia/</a></p>
<p><strong>78. mgframework</strong><br />
Mangrove aims to be a highly robust product offering new and uniform approaches to existing problems in web application development. In order to use the Mangrove PHP framework at least PHP 5.3 with the <em>mbstring</em> and <em>intl</em> extensions is required. Furthermore, it is highly recommended to utilize a caching mechanism like XCache or APC. Mangrove has been tested and proven to work on both Linux and Windows setups running Apache httpd 2.0+, nginx and lighttpd with no additional php.ini settings.<br />
more on &#8230;<strong> <span style="font-weight: normal;"><a href="http://code.google.com/p/mgframework/" target="_blank">http://code.google.com/p/mgframework/</a></span></strong></p>
<p><strong>79. Lithium</strong><br />
<a href="http://superdit.com/wp-content/uploads/2009/07/php_lithium_logo.jpg"><img class="alignleft size-full wp-image-493" title="php_lithium_logo" src="http://superdit.com/wp-content/uploads/2009/07/php_lithium_logo.jpg" alt="" width="145" height="129" /></a>Lithium, the most RAD framework for PHP 5.3+ is focused on quality, speed, and flexibility. It&#8217;s a set of no-nonsense philosophies and tools that enable you to build better applications, in less time, without sacrificing quality or extensibility.<br />
Lithium understands distributed storage and caching, queuing systems, micro-dispatch frameworks, with integrated support for document oriented databases like CouchDB and MongoDB, alongside relational databases like MySQL and PostgreSQL.<br />
Lithium&#8217;s architecture allows you to get your application up and running quickly, and still allows you to take control of the framework to support the requirements of your application.<br />
more on &#8230; <a href="http://lithify.me/" target="_blank">http://lithify.me/</a></p>
<p style="text-align: left;"><em>added on May 23, 2010</em></p>
<p><strong>80. Yellow Duck Framework</strong><br />
The Yellow Duck Framework is an object oriented framework that will help you with creating web applications. It&#8217;s implemented using the popular PHP web scripting language.<br />
more on &#8230;<strong> </strong><a href="http://ydframework.berlios.de/" target="_blank">http://ydframework.berlios.de/</a></p>
<p><strong>81. LightMVC</strong><br />
more on &#8230; <a href="http://ldos.fe.uni-lj.si/eng/index.php?id=01_Members/15_Marko_Tkalcic/mvc/index.html" target="_blank">http://ldos.fe.uni-lj.si/eng/index.php?id=01_Members/15_Marko_Tkalcic/mvc/</a></p>
<p><strong>82. Ister</strong><br />
The Ister PHP4 Framework is a class library providing a consistent object oriented framework to build web applications. Features are custom logging, database abstraction, encapsulation of HTTP, classes to configure applications, form processing and more. Also included in the framework is an improved version of the templating system t24. The framework is aimed to support the implementation of the MVC pattern for PHP.<br />
more on &#8230; <a href="http://www.ister.org/code/ister/" target="_blank">http://www.ister.org/code/ister/</a></p>
<p><strong>83. Sourdough</strong></p>
<div id="_mcePaste"><span style="font-weight: normal;"><img class="alignleft size-full wp-image-618" title="sourdough_logo_small" src="http://superdit.com/wp-content/uploads/2009/07/sourdough_logo_small.gif" alt="" width="244" height="79" /></span></div>
<p>Sourdough is a comprehensive web application framework for PHP5. Sourdough provides developers with real-world solutions for common system components such as User Management, Session Handling, User Authentication, Exception Handling and Logging, Template System as well as Form Building and Handling. It does also include a database abstraction layer with excellent support for the popular MySQL database as well as support for many other database systems like MSSQL, PostgreSQL, and the new lightweight SQLite.Sourdough&#8217;s extensive feature set can also simplify or eliminate many common, and often tedious, programming tasks.<br />
more on &#8230; <a href="http://sourdough.phpee.com/" target="_blank">http://sourdough.phpee.com/</a></p>
<p><strong>84. MagicPHP</strong><br />
<img class="alignleft size-full wp-image-1308" title="magicphp" src="http://superdit.com/wp-content/uploads/2009/07/magicphp.gif" alt="" width="48" height="48" />MagicPHP is an MVC framework which allows you to build rich, highly sophisticated web applications without ever leaving the PHP code line, giving you more time to focus on what really matters: core functionality.<br />
more on &#8230; <a title="MagicPHP" href="http://sourceforge.net/projects/magicphp/" target="_blank">http://sourceforge.net/projects/magicphp/</a></p>
<p><strong>85. SimplePHP</strong><br />
SimplePHP is a small, light and versatile framework. It was created by Scott Nicol for use on his own sites, but has been refined and documented for public use. There is currently a documentation and download available, and is under constant development.<br />
more on &#8230; <a title="SimplePHP" href="http://weareinfinite.net/simple/" target="_blank">http://weareinfinite.net/simple/</a></p>
<p><strong>86. PSX Framework</strong><br />
psx is a framework for developing dynamic Web sites in PHP. It is completely object-oriented programmed and designed in a modular fashion. All classes in the psx library are independently usable because of dependency injection. It has a focus on social technologies and provides classes to use and implement OAuth, OpenID, OpenSocial, PubSubHubbub, Atom, and RSS. It has a strict separation between code logic and design. The template engine is based on pure PHP, which means speed and flexibility.<br />
more on &#8230; <a href="http://phpsx.org/" target="_blank">http://phpsx.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2009/07/22/big-list-of-php-framework/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
