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
900
KissyCake
d2forum
3
770
贡献标准.s01.e02
d2forum
3
1.3k
一淘响应式设计实践
d2forum
10
960
响应式web设计与实现介绍
d2forum
8
800
定制版设计开发vs响应式设计开发
d2forum
0
170
定制版设计开发vs响应式设计开发之性能及流量
d2forum
2
420
Other Decks in Programming
See All in Programming
Navigating Dependency Injection with Metro
zacsweers
3
220
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.3k
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
320
複雑なドメインに挑む.pdf
yukisakai1225
5
1.1k
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
300
請來的 AI Agent 同事們在寫程式時,怎麼用 pytest 去除各種幻想與盲點
keitheis
0
100
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.7k
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
200
TDD 実践ミニトーク
contour_gara
1
290
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Visualization
eitanlees
148
16k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Speed Design
sergeychernyshev
32
1.1k
Practical Orchestrator
shlominoach
190
11k
The World Runs on Bad Software
bkeepers
PRO
70
11k
A better future with KSS
kneath
239
17k
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/