PHPのセッション変数取得方法について

Author Message

Kouichi Sakamoto

Monday 05 July 2010 7:45:07 pm

お世話になっております。

CSKシステムズの坂本です。

先日は勉強会ありがとうございました。

eZは機能が多すぎて、理解し切れていませんが、1つ1つ理解していきたいです。

早速ですが、PHPのセッション変数の取得について質問があります。

・PHPのセッション変数 $_SESSIONをテンプレートで取得することはできないのでしょうか?

ezhttp('セッション変数名', 'session')では取得できませんでした。

・また、取得できない場合、PHPとテンプレートでの値受け渡しを行い実現したいと思っています。

eztemplateautoload.phpでPHPのセッション変数のセッターとゲッターを作成すると、受け渡しはできると思うのですが、別の実現方法はありますでしょうか?

以上、よろしくお願い致します。

Eric Sagnes

Wednesday 07 July 2010 11:09:04 pm

坂本さん
eZ PublishはMVCに従ってるために、テンプレートにはPHPが直接使えません。
テンプレートには、テンプレートオペレーターとテンプレートファンクションしか使えません。
ただし、テンプレート言語に新しいオペレーターやファンクションを追加することができます、オペレーターを追加する際はロジックをPHPで書きますので、そこで普通のPHPやeZのAPIを利用することができます。
テンプレートオペレーターはエクステンションで追加できます、エクステンションの作成マニュアル(日本語)はありますので、ぜひ参考にしてください:
http://groups.google.co.jp/group/ez-publish-japan/files
のez_publish_document_extension.pdf
のページ8から乗っています。(このドキュメントはeZ Publish 3.8対応なので、多少記述が変わるところもあります)
管理画面の「システム設定」、「アプリ開発ツール」を使うとウィザードを使って、オペレーターのPHPテンプレートファイルを生成することもできます。
最後に、http://projects.ez.no/にあるコミュニティエクステンションも参考になりますので、複雑のオペレーターを作りたい場合に確認するをおすすめします。

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 03:11:40
Script start
Timing: Jan 18 2025 03:11:40
Module start 'layout'
Timing: Jan 18 2025 03:11:40
Module start 'content'
Timing: Jan 18 2025 03:11:40
Module end 'content'
Timing: Jan 18 2025 03:11:40
Script end

Main resources:

Total runtime0.1458 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0048 588.9453152.6094
Module start 'layout' 0.00480.0034 741.554739.4297
Module start 'content' 0.00820.1361 780.9844467.8125
Module end 'content' 0.14430.0014 1,248.79698.1484
Script end 0.1457  1,256.9453 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00332.2695160.0002
Check MTime0.00130.8692160.0001
Mysql Total
Database connection0.00050.369810.0005
Mysqli_queries0.097366.7238570.0017
Looping result0.00070.4874550.0000
Template Total0.106372.920.0532
Template load0.00231.600520.0012
Template processing0.104071.320520.0520
Template load and register function0.00030.186010.0003
states
state_id_array0.00161.110110.0016
state_identifier_array0.00110.730020.0005
Override
Cache load0.00201.3556260.0001
Sytem overhead
Fetch class attribute can translate value0.00060.395220.0003
Fetch class attribute name0.00211.436620.0010
XML
Image XML parsing0.00030.216220.0002
class_abstraction
Instantiating content class attribute0.00000.007520.0000
General
dbfile0.00070.4686100.0001
String conversion0.00000.005140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 10
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs