Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

PhenixApp is a php application based on the great Zend Framework library (CMF). Its a little more then a sandbox of ZF. The main feature is the multilanguage (i18n, i10n) support for all content and url.

5.0
 
  0 reviews  |  2 users  |  23,283 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

cdist configuration management

5.0
 
  0 reviews  |  2 users  |  7,482 lines of code  |  10 current contributors  |  Analyzed 5 days ago
 
 

Open source web application development framework for PHP 5.2.1 or later. Heavily based on enterprise design patterns and common sense. 'There's logic behind the magic !'

0
 
  0 reviews  |  1 user  |  6,933 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 

Dragora is a trustworthy GNU/Linux-Libre distribution based on the concept of simplicity with the goal of being a multi-purpose operating system. Dragora respects the freedom of the user with the values of free software and provides control to those who use it. It is developed entirely by volunteers ... [More] and it is published under the terms of the GNU General Public License. [Less]

5.0
 
  0 reviews  |  1 user  |  326 lines of code  |  1 current contributor  |  Analyzed 14 days ago
 
 

KISSMVC PHP MVC Framework - Simple.Sweet.SeriousKISSMVC is ... SimpleOnly 1 core file containing 3 classes with a small set of MVC related functionality. TinyCore file is 12KB uncompressed, 3.5KB zipped. MinimalistOnly the bare essentials are here. Non-MVC related functionality are not provided. ... [More] RobustCore code is very small and can be audited and secured quickly. SQL injection protection with PDO. UnobtrusiveNo restrictions on use of other libraries like PEAR or another ORM like Doctrine. All PHP globals are accessible. FlexiblePDO abstraction allows choice of databases. Core MVC classes can be extended or overriden easily using object oriented inheritance. Choice of using procedural or object-oriented code or both! FastNo feature, code or framework bloat at all. Even faster when used with a PHP Accelerator like APC. FriendlyIt uses Human/Robot friendly URLs. Also upgrade friendly, simply overwrite of the old core file with the new one! FreeKISSMVC is open-source, free software released under the MIT License. You are free to do anything with it, just don't remove the included license text. FunIt is easy and fast to learn. Use it to try out the MVC software design pattern. SeriousKISSMVC is not a toy framework. It is designed for powering production websites. It is also probably the easiest framework for refactoring your existing .php projects into a MVC pattern. Please refer to the KISSMVC website for more information: http://kissmvc.com [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed over 1 year ago
 
 

个人小作品,我的代码仓库对于大部分代码、程序,在 个人博客 上有更详细的介绍、说明和示例。 程序、插件的下载 Source Check Out 图片幻灯片——基于 Mootools 插件对之前基于 jQuery 的图片幻灯插件进行重写,这是基于 ... [More] Mootools 的插件。该插件更加稳定、健壮,更多的功能,可扩展性。 示例 表格排序插件基于 jQuery 的表格排序插件,支持字符串和数字等类型的排序。 示例 图片幻灯片 jQuery 插件基于 jQuery 的图片幻灯片特效而作成的插件。 示例 页面 Mask 插件基于 jQuery 的页面 Mask 插件。 示例 滚动居中插件一个基于 jQuery 的插件,令所选对象居于窗口中央。可以适应窗口大小的改变。 示例 Blocks 游戏利用 jQuery 编写的一个消灭方块的游戏。 Blocks Game ---- Proxy Tester下载 简单的测试代理服务器的程序。 Flow BBS下载 一個簡單的 Firefox 擴展,用于論壇自動回復灌水。 P.S 請注意健康灌水 :) jQuery 1.2 API 参考文档jQuery 1.2 文档,来源于官方的文档,经过重新分类组织,类似 Visual jQuery。 英文版 文档中文化项目 摩斯密码翻译器利用 javascript 写的一个简单的摩斯密码翻译器。 摩斯密码翻译器 中文简繁体转换利用 javascript 实现中文简繁体转换的网页,支持目前流行的 Firefox、IE、Opera、Safari 等浏览器。 简繁转换 [Less]

0
 
  0 reviews  |  0 users  |  13,921 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

&nbsp; ap.php is a php5 framework to build rapid website prototypes. Main goals are to provide common design tools, as database access, authentication and debug helpers. apphp has essential built-in modules and can easily add more. Features Apphp is easy to deploy, it's just a ... [More] single php file. A very clean and smart debug page, created for web dev, all plugins have explicit exceptions. All php standard errors are transformed into catchables exceptions, even FATAL ones. <?php $a = 2; App::start(array( '/login/' => 'login', '/logout/' => 'logout', '/hello/$name:login/' => 'hello#hello', '/login/return/' => 'login_return', '/say/$hello:' => 'text' )); ?>simple HTTP and file-based cache system, to keep performance over stream & vars. if( in_cache($b = cache_get('bob',$bob))) print $bob; else cache_set('bob',$bob); No direct template engine, just PHP, but you can easy plug yours in. Session based flash message Flash::notice('Hello'); // or say('Hello') Flash::store($my_form_values,'optionnal_key'); messages(); // or if(has_messages()) Flash::notice() Easy DB connection via PDO string, build clean query, SQL free $user = db('users')->get('id=',2); $bad_users = db('users')->filter('mood !=',$mood)->all(); A simple OO cURL interface to make HTTP requests $url = new URL('http://example.com/api'); $url->post = true; $url->postfields = array('key'=>'782977987978'); $response = $url->exec(); // or simply $response = URL::POST('http://example.com',array('key'=>345224)); Simple & Modularap.php is a single php file, but with his simple module brigde, it's easy to add your own. A plugin file as SiteMap.php containing an exactly similar class SiteMap, associated with related exceptions SiteMapException, is a correct plugin. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

ZelosZelos is a simple but easily extensible content management system based on PHP5 and some DBMS. It is used to power content-based websites such as ezines. Main featuresMain principle: KISS. Keep it simple, stupid PHP based Well commented Well structured Easy to setup Easy to extend Accessible output (XHTML 1.1, CSS)

0
 
  0 reviews  |  0 users  |  967 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

kiss

0
 
  0 reviews  |  0 users  |  695 lines of code  |  0 current contributors  |  Analyzed 4 days ago
  kiss
 
 

Cmfit(ContentManagement - Flatfile,Injection and Templatedriven)For editing, cmfit injects html forms into html files (templates) by replacing keywords(tags) in each template, and for viewing, the tags are replaced with the resulting content. Content and templates are stored in separate files. ... [More] Design principlesHTML pages can be fully designed separately from cmfit, the content reference keywords should not break layout (content loops does at the moment, but will not later on). No database. As all files are stored as flat files generated on content changes, there is no dependeny on any database nor to cmfit itself for your site to be up. Migration - If you ever need to move the site, you have flat html-files that you can use, or you can parse the content files and insert it into your more fancy cms. [Less]

0
 
  0 reviews  |  0 users  |  1,227 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.