-
Posts
292 -
Joined
-
Last visited
Community Answers
-
Manol's post in Get pdf title was marked as the answer
Sorry, to much wine or to little sleep: $value->description
-
Manol's post in how to set role permissions though api was marked as the answer
Marvelous, easy when you now how to.
$t->useRoles = 1; $t->set("roles", array('1316','2006')); //view $t->set("editRoles", array('1316','2006')); //edit $t->set("createRoles", array('1316','2006')); //create $t->set("addRoles", array('1316','2006')); //add children The array contains as Martijn said the roles's ids.
Thanks to you three.
-
Manol's post in plain text as html was marked as the answer
Thank you hosrt and SiNNut, working with
echo html_entity_decode($t, ENT_QUOTES, 'UTF-8'); -
Manol's post in How to include mpdf was marked as the answer
it is working using ob_end_clean() that erase the output buffer and turn off output buffering
ob_end_clean(); $mpdf = new mPDF(); $mpdf->WriteHTML('<p>Your first taste of creating PDF from HTML</p>'); $mpdf->Output(); exit; -
Manol's post in Project Management was marked as the answer
Thank you Macrura.
I'm trying dotProject (opensource, PHP, mysql) and is surprising me.
I got 15 youtube videos from Michael Donahoe,
, it worth a try, apart from microscopic typography the functionality is quite good. -
Manol's post in This request was aborted because it appears to be forged. was marked as the answer
Solved by creating /site/assets/sessions/