… neat.

    if ($_POST['task'] == "Add Card") {
        require_once("logic/Deck/include_all.php");
        
        $card_class_name = $_POST['class_name'];
        $card = new $card_class_name();
        
        $ch->add_card($card);
    }

… thaaaat’s kinda cool…

Notes
Comments

Powered by the I Could Live In Hope Tumblr theme by Nonimage.