Skip to content

Instantly share code, notes, and snippets.

@Pathologic
Pathologic / Calendar.php
Last active August 28, 2017 00:33
php calendar
<?php
/**
* Class Calendar
*/
abstract class Calendar
{
protected $month = 0;
protected $year = 0;
protected $dates = array();
{
"valid_elements" : "h1,h2,h3,a[href|target|class],strong/b,em,u,s,p[class],span[!class],br,img[alt|class|width|height|!src],table[class],ul,li,ol,table[class],tr,td[rowspan|colspan],th,tbody,thead",
"valid_children" : "p[span|img|strong|em|u|s|b|a|#text],ul[li],ol[li],li[span|strong|b|a|em|u|#text|ul|ol]",
"formats": {
"alignleft": {
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table",
"classes": "text-left"
},
"aligncenter": {
"selector": "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table",