Skip to content
Calin Rada edited this page Oct 24, 2013 · 2 revisions

Notification controller

<?php
namespace Application;

use Phalcon\UserPlugin\Models\User\UserNotifications as Model;
class NotificationsController extends \Phalcon\Mvc\Controller
{
    public function listNotifications()
    {

    }
}
?>
Clone this wiki locally