My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 70
=Kohana 中文代码仓库(Kohana Code Depository)= Kohana 中文爱好者为 中文 Kohana 用户创建的一个交流平台,立志把 Kohana 做好本地化工作,目前主要任务是翻译和维护官方的文档。其次同时为开源项目做出贡献。 这个地方主要存放 Kohana 中文爱好者用户公开发布的一些代码文件,比如辅助函数([http://khnfans.cn/docs/general/helpers Helpers]),库([http://khnfans.cn/docs/general/libraries Libraries]),扩展([http://khnfans...
This module allows you to add text editors on the page. Current version contains drivers for Tiny_MCE and FCKeditor. Editor configuration editor can be combined in a profile using Kohana config files. Usage examples: <code> // 1.Simply create Tiny_MCE object with default settings $ed = new E...
If you program in PHP using *Kohana* and as the editor TextMate _(Mac)_ or e-Texteditor _(Win)_ this bundle is for you! This bundle is based on [http://forumarchive.kohanaphp.com/index.php/topic,626.0.html original version] of [http://forum.kohanaphp.com/account.php?u=1 Shadowhand]
Kohana PHP has an image library that provides tools to manipulate an image and then save it to a desired location. DynamicImage is designed to deliver an existing image stored on the server to the client at any size, using one of three standard formats. The resulting image is not effecting the sourc...
= Kohana Migrations = This module is a reworked version of the [http://codeigniter.com CodeIgniter] [http://codeigniter.com/wiki/Migrations/ Migrations module]. Designed for Kohana 2.2, it supports multiple databases, indexes, composite primary keys, column adding and renaming, and the standard ...
Utilizing the fabulous Kohana PHP web framework, this flexible library allows you to easily create a chart by utilizing Google's Chart API. It is fully object oriented and covers the complete spectrum of the Google Chart API. Note: This library only works with Kohana 2.3.4 Please see http://...
Модуль фильтрует спам с помощью сервиса akismet.com. Пример использования: {{{ $akismet = new Akismet; $akismet->author = $post->name; $akismet->email = $post->email; $akismet->url = $post->site; $akismet->content = $post->comment; $akismet->type = 'comment'; if ($akismet->check_spam(...
This is a *module* built in PHP for the [http://www.kohanaphp.com Kohana framework] It creates a simple socket server that forks off to a child process to handle individual connections. Using some custom headers, the server will use a specified protocol to interpret data streams. An RPC protoc...
=Kohana Auto Modeler Library= This project has been moved to the Kohana Project Repository: http://projects.kohanaphp.com/projects/show/automodeler All new developments will be posted there. ==Auto_Modeler== The original non-relational [http://www.kohanaphp.com/ Kohana] library to reduce y...
Fabryc is a Kohana module to maintain a hierarchical set of web pages that resemble a book. The pages are written in Textile2 markup. Fabryc uses Textile2 PHP implementation (classTextile.php) to process the text, and adds some goodies: * include files (for boilerplate text), * macros, * ...
1 2 3 4 5 6 7 Next