PHP code example of canaryphp / canaryphpconservation
1. Go to this page and download the library: Download canaryphp/canaryphpconservation library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
canaryphp / canaryphpconservation example snippets
a href=\"contacts.php\">Contacts</a>";
= new \CanaryPHPConservation\Canary();
$conservation = $canary->conservation('',new \CanaryPHPConservation\ConservationManager('conservations','messages'));
$res = $conservation->setViewer('3')->setReceiver('9')->setContactsTemplate(__DIR__.DS.'templates'.DS.'Contact.php');
$canary = new \CanaryPHPTools\Canary();
if ($canary->request()->is()->post){
$res->registerConservation($_POST['title'],$_POST['sub']);
}
echo $res->getConservations();