css.php File Reference
Go to the source code of this file.
Namespaces | |
| namespace | cake |
Functions | |
| make_clean_css ($path, $name) | |
| write_css_cache ($path, $content) | |
Variables | |
| $cacheModified = filemtime($cachepath) | |
| $cachepath = CACHE . 'css' . DS . str_replace(array('/','\\'), '-', $regs[1]) | |
| $filename = 'css/' . $regs[1] | |
| $filepath = CSS . $regs[1] | |
| $output | |
Function Documentation
| make_clean_css | ( | $ | path, | |
| $ | name | |||
| ) |
| write_css_cache | ( | $ | path, | |
| $ | content | |||
| ) |
Variable Documentation
| $filename = 'css/' . $regs[1] |
Definition at line 74 of file css.php.
Referenced by ViewTask::bake(), ModelTask::bake(), DbConfigTask::bake(), ControllerTask::bake(), ControllerTask::bakeTest(), cache(), Dispatcher::cached(), ModelTask::fixture(), View::renderCache(), CakeLog::write(), and JavascriptHelper::writeEvents().
| print $output |
Definition at line 103 of file css.php.
Referenced by Dispatcher::_invoke(), FormHelper::checkbox(), Helper::clean(), ProjectTask::createHome(), make_clean_css(), and CakeLog::write().