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
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
0
230
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
150
CSC509 Lecture 11
javiergs
PRO
0
180
Macとオーディオ再生 2024/11/02
yusukeito
0
350
AWS Lambdaから始まった Serverlessの「熱」とキャリアパス / It started with AWS Lambda Serverless “fever” and career path
seike460
PRO
1
220
Java ジェネリクス入門 2024
nagise
0
700
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
320
初めてDefinitelyTypedにPRを出した話
syumai
0
270
Tauriでネイティブアプリを作りたい
tsucchinoko
0
360
CSC509 Lecture 12
javiergs
PRO
0
140
Identifying User Idenity
moro
6
9.7k
受け取る人から提供する人になるということ
little_rubyist
0
210
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
26
5.2k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Testing 201, or: Great Expectations
jmmastey
38
7.1k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Music & Morning Musume
bryan
46
6.2k
Designing for humans not robots
tammielis
250
25k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
How GitHub (no longer) Works
holman
310
140k
For a Future-Friendly Web
brad_frost
175
9.4k
Being A Developer After 40
akosma
86
590k
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/