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]
print $output

Function Documentation

make_clean_css ( path,
name 
)

Enter description here...

Parameters:
unknown_type $path
unknown_type $name
Returns:
unknown

Definition at line 46 of file css.php.

References $output.

write_css_cache ( path,
content 
)

Enter description here...

Parameters:
unknown_type $path
unknown_type $content
Returns:
unknown

Definition at line 62 of file css.php.


Variable Documentation

$cacheModified = filemtime($cachepath)

Definition at line 84 of file css.php.

$cachepath = CACHE . 'css' . DS . str_replace(array('/','\\'), '-', $regs[1])

Definition at line 76 of file css.php.

$filename = 'css/' . $regs[1]

Definition at line 74 of file css.php.

$filepath = CSS . $regs[1]

Definition at line 75 of file css.php.

print $output

Definition at line 103 of file css.php.