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
960
响应式web设计与实现介绍
d2forum
8
790
定制版设计开发vs响应式设计开发
d2forum
0
170
定制版设计开发vs响应式设计开发之性能及流量
d2forum
2
410
Other Decks in Programming
See All in Programming
How mixi2 Uses TiDB for SNS Scalability and Performance
kanmo
35
14k
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
SpringBoot3.4の構造化ログ #kanjava
irof
2
980
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
1
670
ソフトウェアエンジニアの成長
masuda220
PRO
10
920
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
340
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
730
Unity Android XR入門
sakutama_11
0
150
Domain-Driven Transformation
hschwentner
2
1.9k
GoとPHPのインターフェイスの違い
shimabox
2
170
Spring gRPC について / About Spring gRPC
mackey0225
0
220
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Docker and Python
trallard
44
3.3k
Six Lessons from altMBA
skipperchong
27
3.6k
Bash Introduction
62gerente
610
210k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
We Have a Design System, Now What?
morganepeng
51
7.4k
Bootstrapping a Software Product
garrettdimon
PRO
306
110k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
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/