Classes guide
Classes contain the logic behind the elemental objects that are used within a Cherrycake application.
Loading classes
$image = new \Cherrycake\Image;$product = new \CherrycakeApp\Product;use Cherrycake;
$image = new Image;App class files
Last updated