Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[READ-ONLY] CakePHP Framework Core Classes. This repo is a split of the main code that can be found inhttps://github.com/cakephp/cakephp

License

NotificationsYou must be signed in to change notification settings

cakephp/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total DownloadsLicense

CakePHP Core Classes

A set of classes used for configuration files reading and storing.This repository contains the classes that are used as glue for creating the CakePHP framework.

Usage

You can use theConfigure class to store arbitrary configuration data:

useCake\Core\Configure;useCake\Core\Configure\Engine\PhpConfig;Configure::write('Company.name','Pizza, Inc.');Configure::read('Company.name');// Returns: 'Pizza, Inc.'

It also possible to load configuration from external files:

Configure::config('default',newPhpConfig('/path/to/config/folder'));Configure::load('app','default',false);Configure::load('other_config','default');

And write the configuration back into files:

Configure::dump('my_config','default');

Documentation

Please make sure you check theofficial documentation

About

[READ-ONLY] CakePHP Framework Core Classes. This repo is a split of the main code that can be found inhttps://github.com/cakephp/cakephp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors44

Languages


[8]ページ先頭

©2009-2025 Movatter.jp