Atomik framework 3.0
Atomik is an one-file PHP framework, which is a great tool for developing small to medium PHP web applications.
Features of Atomik:
- Build with the KISS principle in mind
- Download and start, no configuration
- Simple and powerful API
- Contains everything to create a website
- Great plugin system
- Perfect for small/medium web sites
- Manage database connection and cache
- Divide application logic from presentation
- Actions and Views
Requirements:
- PHP 5 or Higher
What's New in This Version:
- Completely modified path() function
- Added support for namespaced plugins and helpers
- Rewrite of route()
- New app/router key to allow alternative router or to disable the router
- New app/views/auto config to disable automatic render of views after actions
- Added support for short tags in views (will be converted to standard tags)
- Short tags can be disabled using app.views.short_tags
- Plugins can be loaded from the include path
- Removed ATOMIK_APP_ROOT constant
- Files and directories are now relative to the root directory specified as first argument to run()
- Removed error_handler
- Added splitArrayPath()
- Removed registerSelector()
More popular Framework
- Cakephp 2.3.5 (6 days ago)
- Yii Framework 1.1.13 (4 months 18 days ago)
- CodeIgniter 2.1.2 (10 months 24 days ago)
- Zend Framework 2.2.0 RC1 (15 days ago)
- Symfony framework 2.3.0 RC 1 (5 days ago)
Listing Files

.gitignore- 58 Bytes
- 01/01/2013 23:52:24

formatSqlDate.php- 85 Bytes
- 01/01/2013 23:52:24

view.phtml- 238 Bytes
- 01/01/2013 23:52:24

add.phtml- 285 Bytes
- 01/01/2013 23:52:24

index.phtml- 285 Bytes
- 01/01/2013 23:52:24

_layout.phtml- 532 Bytes
- 01/01/2013 23:52:24

index.php- 46 Bytes
- 01/01/2013 23:52:24

add.post.php- 361 Bytes
- 01/01/2013 23:52:24

view.php- 203 Bytes
- 01/01/2013 23:52:24

config.php- 208 Bytes
- 01/01/2013 23:52:24

index.php- 69 Bytes
- 01/01/2013 23:52:24

htaccess- 455 Bytes
- 01/01/2013 23:52:24

schema.sql- 230 Bytes
- 01/01/2013 23:52:24

phpunit.xml.dist- 667 Bytes
- 01/01/2013 23:52:24

