Sina PHP framework pure version 1.1 (with beautiful waterfall flow template)
Demo address
What is called in the template is
Video data from 56.net open platform. .
1. Includes ad-free off-site player;
- if( !$trip = $mm->get($key_trip)){
-
- $trip = $this->con->hotVideo(27);
- if($trip){
- $ mm->set($key_trip, $trip);
- }
- }
- $trip = json_decode($trip, true);
-
-
- if( !$fun = $mm->get($key_fun)){
-
- $fun = $this->con->hotVideo(4);
- if($fun){
- $mm->set($key_fun, $fun);
- }
- }
- $fun = json_decode ($fun, true);
-
- TPL::assign('hot', $hot);
- TPL::assign('ent', $ent);
- TPL::assign('ori', $ori);
- TPL::assign('mtv', $mtv);
- TPL::assign('sport', $trip);
- TPL::assign('game', $fun);
- TPL::display('index ');
Copy code
|