kohana - Search Results

Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern....

23/12/2010
Rate:  Be the first to Rank
Kohana 3.0 includes a powerful ORM module that uses the active record pattern and database introspection to determine a model's column information. The ORM module is included with the Kohana 3.0 install but needs to be enabled before you can use it. In your application/bootstrap.php file modify the call to Kohana::modules and include the ORM module:
Location: Kohana 3
Tips list for configuring the Kohana for online use
20/04/2010
Rate:  
Location: Kohana 3
06/04/2010
Rate:  Be the first to Rank
Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Location: Kohana 3
As a plugin, available at github
06/04/2010
Rate:  
This is the Captcha library ported from Kohana 2.3.x to 3.x. Very little has changed API-wise, although there have been a few changes.
Location: Kohana 3
List of all Kohana 3 classes
06/04/2010
Rate:  Be the first to Rank
06/04/2010
Rate:  Be the first to Rank
Just about every framework ever written has some kind of hello world example included, so it'd be pretty rude of us to break this tradition! We'll start out by creating a very very basic hello world, and then we'll expand it to follow MVC principles.
Location: Kohana 3
06/04/2010
Rate:  Be the first to Rank
The Pagination library automatically generates styled links like, « First < 1 2 3 4 5 > Last » for navigating through pages in a website.
Location: Kohana 3
29/03/2010
Rate:  Be the first to Rank
Captchas are used to protect your site by showing something that a computer can't recognize but a human can. They are usually placed on your registration page but they can be placed anywhere you want to make reasonably sure you are dealing with a person and not a bot. Kohana's Captcha library can currently generates basic, alpha, word, math, riddle captchas. Captcha configuration is defined in groups which allows you to easily switch between different Captcha settings for different forms on your website.
Location: Kohana 3
Image manipulation methods can be chained efficiently. Recommended order: resize, crop, sharpen, quality and rotate or flip
29/03/2010
Rate:  Be the first to Rank
Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated and sharpened. All image manipulations are applied to a temporary image. Only the save() method is permanent, the temporary image being written to a specified image file.
Location: Kohana 3 / PHP
29/03/2010
Rate:  
Google erected their Webmaster tools some time ago. Part of this is sitemap.xml, a file containing all the urls of your website to allow for easier indexing by Google and other search engines. It’s in xml, writing it by hand would thus be a serious PITA. Today I whipped up a small library for Kohana to aid in this. In part it uses the get_url() method I posted on earlier.
Location: Kohana 3
Kohana 3.0 comes with a robust module to working with databases.
29/03/2010
Rate:  
By default the database module supports drivers for MySQL and PDO. The database module is included with the Kohana 3.0 install but needs to be enabled before you can use it. In your application/bootstrap.php file modify the call to Kohana::modules and include the database module
Location: Database / Kohana 3
How to use Kohana 3 and github as your version control
29/03/2010
Rate:  Be the first to Rank
Kohana uses git for version control and github for collaboration. This tutorial will show you how to use git and github to build a simple application.
27/03/2010
Rate:  
All the basics methods and properties of the great Kohana framework
The swift php framework
27/03/2010
Rate:  
Kohana is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Location: Kohana 3
Kohana 3.0.x resources
18/03/2010
Rate:  Be the first to Rank
Location: Kohana 3
12/02/2010
Rate:  Be the first to Rank
This section will provide you with the basic idea behind Kohana's request routing, url generation and links.
Location: Kohana 3

Total results: 17