SlideShare a Scribd company logo
1 of 50
Symfony Admin Generator
Who am I ,[object Object]
[email_address]
http://www.plurk.com/rickysu
蝦米系 Admin Generator
Admin Generator 是一套快速的後台產生器
Admin Generator能作什麼? ,[object Object]
自訂的欄位呈現方式。
使用者權限控管。
透過修改 Config 就可以達到目的。
準備動作 ,[object Object]
下載Demo範例。 https://github.com/RickySu/RegisterDemo
建議使用Netbeans作為ide工具。 http://netbeans.org/downloads/index.html
保持清醒狀態。
要開始一步一步動手做了
請保持清醒
過程很無趣 因為要打很多指令
安裝Symfony ,[object Object]
將symfony-1.4.x.tgz解壓縮擺到lib/vendor/symfony目錄底下。
初始化專案。 $ lib/vendor/symfony/data/bin/symfony   generate:project regist
設定路徑 ,[object Object]
切換到web目錄底下 $ cd web
建立連結。 $ ln -sf ../lib/vendor/symfony/data/web/sf sf $ ln -sf ../lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web sfDoctrinePlugin
建立App ,[object Object]
建立後台App $ ./symfony generate:app backend
設定DB ,[object Object]
all: doctrine: class:  sfDoctrineDatabase param:   dsn:  'mysql:host=localhost;dbname=xxx'   username:  root   password:  xxxx   attributes:   default_table_collate: utf8_general_ci   default_table_charset: utf8
設定DB ,[object Object]
由已存在的db產生schema.yml $ ./symfony doctrine:build-schema
自行編輯schema.yml
建立對應的Model ,[object Object]
Symfony會重新建立DB Table。
避免Symfony寫入DB,請改用 $ ./symfony doctrine:build --all-classes
基本設定都完成了 可以開始建立後台
建立後台 ,[object Object]
建立speaker後台。 $ ./symfony doctrine:generate-admin   --module=speaker backend  speaker
後台建立完了
檢視後台頁面 ,[object Object]
Speaker http://xxxx/backend.php/speaker
開始中文化 ,[object Object]
all:   i18n:  true   default_culture:  zh_TW
由於symfony會將語言設定紀錄在session中,修改完config後得關閉瀏覽器再開啟,或是清除cookie。
開始翻譯欄位名稱 ,[object Object]
apps/backend/modules/member/config/generator.yml
修改 fields: 欄位
保護好系統紀錄欄位 ,[object Object]
解決方法,把這兩個欄位從form裡面拿掉。 修改lib/form/doctrine/MemberForm.class.php
在configure method中加上   unset($this['created_at'],$this['updated_at']);
深入探討generator.yml list區段管理的範圍 batch_actions title actions object_actions display
深入探討generator.yml filter區段管理的範圍 display

More Related Content

Viewers also liked

Hedge Funds: Trends and Insight From the Industry and Investors
Hedge Funds: Trends and Insight From the Industry and InvestorsHedge Funds: Trends and Insight From the Industry and Investors
Hedge Funds: Trends and Insight From the Industry and Investors
ManagedFunds
 
Sales Assist Group Presentation
Sales Assist Group PresentationSales Assist Group Presentation
Sales Assist Group Presentation
Veno30472 Veno
 
Bedrijfspresentatie Trimension
Bedrijfspresentatie TrimensionBedrijfspresentatie Trimension
Bedrijfspresentatie Trimension
mhuibers
 
Kate Stephens - Slides
Kate Stephens - SlidesKate Stephens - Slides
Kate Stephens - Slides
Kate Stephens
 
4. list of figure
4. list of figure4. list of figure
4. list of figure
Izzah Noah
 
好康報報
好康報報好康報報
好康報報
Ricky Su
 

Viewers also liked (20)

Hedge Funds: Trends and Insight From the Industry and Investors
Hedge Funds: Trends and Insight From the Industry and InvestorsHedge Funds: Trends and Insight From the Industry and Investors
Hedge Funds: Trends and Insight From the Industry and Investors
 
resume draft sheet
resume draft sheetresume draft sheet
resume draft sheet
 
2014: The Year Ahead for Hedge Funds
2014: The Year Ahead for Hedge Funds2014: The Year Ahead for Hedge Funds
2014: The Year Ahead for Hedge Funds
 
FP Horak Wedding Presentation
FP Horak Wedding Presentation FP Horak Wedding Presentation
FP Horak Wedding Presentation
 
Sales Assist Group Presentation
Sales Assist Group PresentationSales Assist Group Presentation
Sales Assist Group Presentation
 
The Game as Design Principle
The Game as Design PrincipleThe Game as Design Principle
The Game as Design Principle
 
Who Invests in Hedge Funds in My State?
Who Invests in Hedge Funds in My State?Who Invests in Hedge Funds in My State?
Who Invests in Hedge Funds in My State?
 
How Passage of the JOBS Act Impacts Regulation D: Private Placement and Gene...
How Passage of the JOBS Act Impacts Regulation D:  Private Placement and Gene...How Passage of the JOBS Act Impacts Regulation D:  Private Placement and Gene...
How Passage of the JOBS Act Impacts Regulation D: Private Placement and Gene...
 
Assessment 2
Assessment 2Assessment 2
Assessment 2
 
From their Perspective
From their PerspectiveFrom their Perspective
From their Perspective
 
Bedrijfspresentatie Trimension
Bedrijfspresentatie TrimensionBedrijfspresentatie Trimension
Bedrijfspresentatie Trimension
 
Kate Stephens - Slides
Kate Stephens - SlidesKate Stephens - Slides
Kate Stephens - Slides
 
Research Paper by Dr Everett Ehrlich
Research Paper by Dr Everett EhrlichResearch Paper by Dr Everett Ehrlich
Research Paper by Dr Everett Ehrlich
 
LAB1:Adherence
LAB1:AdherenceLAB1:Adherence
LAB1:Adherence
 
4. list of figure
4. list of figure4. list of figure
4. list of figure
 
如何建立有效的快取
如何建立有效的快取如何建立有效的快取
如何建立有效的快取
 
好康報報
好康報報好康報報
好康報報
 
Security Enhancements in Windows Server 2012 Securing the Private - Cloud Inf...
Security Enhancements in Windows Server 2012Securing the Private - Cloud Inf...Security Enhancements in Windows Server 2012Securing the Private - Cloud Inf...
Security Enhancements in Windows Server 2012 Securing the Private - Cloud Inf...
 
T-Rex
T-RexT-Rex
T-Rex
 
Symfony簡介
Symfony簡介Symfony簡介
Symfony簡介
 

Similar to Admin generator

自动化运维管理
自动化运维管理自动化运维管理
自动化运维管理
frankwsj
 
Team foundation server 教學
Team foundation server 教學Team foundation server 教學
Team foundation server 教學
Huai-Yu Cheng
 
使用Supervisor守护python进程
使用Supervisor守护python进程使用Supervisor守护python进程
使用Supervisor守护python进程
果 果
 
Clojure cnclojure-meetup
Clojure cnclojure-meetupClojure cnclojure-meetup
Clojure cnclojure-meetup
sunng87
 
Openshift by mtchang
Openshift by mtchangOpenshift by mtchang
Openshift by mtchang
Chang Mt
 
Manual instruction apc3.0
Manual instruction apc3.0Manual instruction apc3.0
Manual instruction apc3.0
ahnlabchina
 
OpenWebSchool - 11 - CodeIgniter
OpenWebSchool - 11 - CodeIgniterOpenWebSchool - 11 - CodeIgniter
OpenWebSchool - 11 - CodeIgniter
Hung-yu Lin
 

Similar to Admin generator (20)

GNU Build System
GNU Build SystemGNU Build System
GNU Build System
 
张所勇:前端开发工具推荐
张所勇:前端开发工具推荐张所勇:前端开发工具推荐
张所勇:前端开发工具推荐
 
現代 IT 人一定要知道的 Ansible 自動化組態技巧 Ⅱ - Roles & Windows
現代 IT 人一定要知道的 Ansible 自動化組態技巧 Ⅱ - Roles & Windows現代 IT 人一定要知道的 Ansible 自動化組態技巧 Ⅱ - Roles & Windows
現代 IT 人一定要知道的 Ansible 自動化組態技巧 Ⅱ - Roles & Windows
 
Uliweb cheat sheet_0.1
Uliweb cheat sheet_0.1Uliweb cheat sheet_0.1
Uliweb cheat sheet_0.1
 
自动化运维管理
自动化运维管理自动化运维管理
自动化运维管理
 
Team foundation server 教學
Team foundation server 教學Team foundation server 教學
Team foundation server 教學
 
使用Supervisor守护python进程
使用Supervisor守护python进程使用Supervisor守护python进程
使用Supervisor守护python进程
 
Odoo Development
Odoo DevelopmentOdoo Development
Odoo Development
 
I os 16
I os 16I os 16
I os 16
 
Clojure cnclojure-meetup
Clojure cnclojure-meetupClojure cnclojure-meetup
Clojure cnclojure-meetup
 
Openshift by mtchang
Openshift by mtchangOpenshift by mtchang
Openshift by mtchang
 
Manual instruction apc3.0
Manual instruction apc3.0Manual instruction apc3.0
Manual instruction apc3.0
 
Introduction to MVC of CodeIgniter 2.1.x
Introduction to MVC of CodeIgniter 2.1.xIntroduction to MVC of CodeIgniter 2.1.x
Introduction to MVC of CodeIgniter 2.1.x
 
Selenium介绍
Selenium介绍Selenium介绍
Selenium介绍
 
02.uliweb开发入门
02.uliweb开发入门02.uliweb开发入门
02.uliweb开发入门
 
用 Drone 打造 輕量級容器持續交付平台
用 Drone 打造輕量級容器持續交付平台用 Drone 打造輕量級容器持續交付平台
用 Drone 打造 輕量級容器持續交付平台
 
GNU Autoconf / Automake #1
GNU Autoconf / Automake #1GNU Autoconf / Automake #1
GNU Autoconf / Automake #1
 
Crashlytics 使用教學
Crashlytics 使用教學Crashlytics 使用教學
Crashlytics 使用教學
 
OpenWebSchool - 11 - CodeIgniter
OpenWebSchool - 11 - CodeIgniterOpenWebSchool - 11 - CodeIgniter
OpenWebSchool - 11 - CodeIgniter
 
Flex4 20100827
Flex4 20100827Flex4 20100827
Flex4 20100827
 

Admin generator