Upload bugs solved: elim_dupl_res feature causes generation of a malformed content...
[living-lab-site.git] / application / controllers / video.php
index 283851d..5182b62 100644 (file)
@@ -26,12 +26,9 @@ class Video extends CI_Controller {
        
        public function test()
        {
-               $this->load->model('videos_model');
-               
-               $videos = $this->videos_model->get_videos_summary(1, NULL, 0, 10,
-                               'alphabetically', TRUE);
+               $this->load->helper('video');
                
-               var_dump($videos);
+               var_dump(get_av_info('data/upload/test.ogv'));
        }
        
        /**