Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
TMS的PHP特性
Search
d2forum
December 13, 2013
Programming
0
1.6k
TMS的PHP特性
d2forum
December 13, 2013
Tweet
Share
More Decks by d2forum
See All by d2forum
Leap Motion体感实战
d2forum
0
1.2k
跨终端产品实践
d2forum
12
1.9k
Touching Future—s01-e01
d2forum
2
890
KissyCake
d2forum
3
750
贡献标准.s01.e02
d2forum
3
1.3k
一淘响应式设计实践
d2forum
10
950
响应式web设计与实现介绍
d2forum
8
790
定制版设计开发vs响应式设计开发
d2forum
0
170
定制版设计开发vs响应式设计开发之性能及流量
d2forum
2
410
Other Decks in Programming
See All in Programming
KubeCon + CloudNativeCon NA 2024 Overviewat Kubernetes Meetup Tokyo #68 / amsy810_k8sjp68
masayaaoyama
0
250
HTTP compression in PHP and Symfony apps
dunglas
2
1.7k
これが俺の”自分戦略” プロセスを楽しんでいこう! - Developers CAREER Boost 2024
niftycorp
PRO
0
190
Haze - Real time background blurring
chrisbanes
1
510
Zoneless Testing
rainerhahnekamp
0
120
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
330
ドメインイベント増えすぎ問題
h0r15h0
2
300
[JAWS-UG横浜 #76] イケてるアップデートを宇宙いち早く紹介するよ!
maroon1st
0
460
わたしの星のままで一番星になる ~ 出産を機にSIerからEC事業会社に転職した話 ~
kimura_m_29
0
180
テストケースの名前はどうつけるべきか?
orgachem
PRO
0
130
モバイルアプリにおける自動テストの導入戦略
ostk0069
0
110
Go の GC の不得意な部分を克服したい
taiyow
3
780
Featured
See All Featured
Building an army of robots
kneath
302
44k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Typedesign – Prime Four
hannesfritz
40
2.4k
Side Projects
sachag
452
42k
Building Adaptive Systems
keathley
38
2.3k
Site-Speed That Sticks
csswizardry
2
190
How STYLIGHT went responsive
nonsquared
95
5.2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
Transcript
None
http://wiki.tms.taobao.net/version:start
• • •
• »
•
• • • •
http://wiki.tms.taobao.net/syntax:php:start <?php $a = _tms_textLink(…); ?>
•
• http://wiki.tms.taobao.net/syntax:php:start
• <?php _tms_custom('{"name":"名称","title":"标题","group":"分组", "row":"5","defaultRow":"1", "fields":"link:链接:href"}'); ?> http://wiki.tms.taobao.net/syntax:php:start
• • • • http://wiki.tms.taobao.net/syntax:php:start
None
• • • <?php _tms::json_encode($a); _tms::is_edit(); ?> http://wiki.tms.taobao.net/dpl:tms.php
• • • http://wiki.tms.taobao.net/dpl:tms.php
http://wiki.tms.taobao.net/syntax:php:start <?php include_once '/home/admin/cai/templates/app/tms/tms.php'; ?>
• • • • • • http://wiki.tms.taobao.net/dpl:tms.php
• <?php if (_tms::is_intranet()) { echo 'hello alibaba'; } ?>
http://wiki.tms.taobao.net/dpl:tms.php
• <?php if (_tms::is_before('2013-12-12 00:00:00')) { @include_once 'a.php'; } else
{ @include_once 'b.php'; } ?> http://wiki.tms.taobao.net/dpl:tms.php
• <?php $textLinkList = _tms_textLink('{"name":"名称","title":"标题 ","group":"分组","row":"5","defaultRow":"1"}'); echo _tms::jsonp($textLinkList); ?> http://wiki.tms.taobao.net/dpl:tms.php
None
http://wiki.tms.taobao.net/