Skip to content

Instantly share code, notes, and snippets.

@arysom
arysom / last_20_pics.php
Last active December 15, 2015 22:50
image list php script for codeigniter and tinymce 4, updated 2014.3 , the option in tinymce is now : image_list:'/last20pics'.
<?php
/*
* list 20 last pics for tinymce
*/
class last_20_pics extends CI_Controller
{
function __construct()
{
parent::__construct();