Skip to content

Fennec-CMS/slider-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fennec CMS banner slider module

Usage:

Default:

Instantiate Slider Index\Controller and echo the loadSlider method:

<?php
$slider = new \Fennec\Modules\Slider\Index();
echo $slider->loadSlider();

Via AJAX:

Simply load the /slider/ view:

jQuery example:

$.get('http://YOUR_SERVER/slider/', function(content) {
  $('#YOUR_SLIDER_CONTAINER').html(content);
});

About

Banner sliding module for Fennec CMS

Resources

Stars

Watchers

Forks

Packages

No packages published