blog_list.php 660 B

1234567891011121314151617181920
  1. <?php
  2. // 文章列表
  3. return [
  4. [
  5. 'id' => 1,
  6. 'title' => 'Think Angular 手册地址',
  7. 'content' => '手册地址: <a href="http://www.kancloud.cn/shuai/php-angular">http://www.kancloud.cn/shuai/php-angular</a>',
  8. ],
  9. [
  10. 'id' => 1,
  11. 'title' => 'ThinkPHP V5 完全手册地址',
  12. 'content' => '手册地址: <a href="http://www.kancloud.cn/manual/thinkphp5">http://www.kancloud.cn/manual/thinkphp5</a>',
  13. ],
  14. [
  15. 'id' => 1,
  16. 'title' => '看云文档托管平台',
  17. 'content' => '地址: <a href="http://www.kancloud.cn/">http://www.kancloud.cn/</a>',
  18. ],
  19. ];