下載與使用
18分鐘16秒服務管理員 setService 方法
06分鐘36秒服務管理員 setInvokableClass 方法
04分鐘03秒服務管理員 setFactory 方法
09分鐘52秒服務管理員setAlias方法
01分鐘44秒服務管理器 addAbstractFactory 方法
06分鐘46秒服務管理員 addInitializer 方法
02分鐘54秒MVC 骨架搭建
08分鐘11秒Album 模組 之 Module.php
15分鐘03秒Album 模組 之 路由配置
13分鐘29秒Album 模組 之 資料庫與模型
24分鐘16秒Album 模組 之 視圖
10分鐘00秒Album 模組 之 表單和添加
26分鐘35秒Album 模組 之 更新與刪除
10分鐘22秒路由 介紹與設定參考
06分鐘11秒路由 SimpleRouteStack
05分鐘03秒路由 TreeRouteStack
06分鐘39秒路由 Literal 類型
05分鐘36秒路由 Hostname 類型
06分鐘09秒路由 Method 型別
02分鐘03秒路由 Regex 類型
路由 Scheme 類型
路由 Wildcard 類型
路由 Segment 類型
路由 Chain 類型
路由使用 ModuleRouteListener 為controller自動拼接 namesapce
Hydrator 陣列可序列化
水化器策略、命名策略、過濾器
User實戰 模組的結構構建
12分鐘14秒User實戰 模組的Module檔案和module config檔配置
User實戰 UserModuleOptions
User實戰 將UserModuleOptions註冊成服務
透過ControllerManager將UserModuleOptions注入controller
User實戰 建立UserModuleOptionsTrait 簡化程式碼
User實戰 使用AbstractFactory自動創建controller
User實戰 使用PHPStorm和Xdebug進行調試
User實戰 Form模組的結構介紹
User實戰 註冊與登陸的Form搭建
User實戰 EventManager
User實戰 SharedEventManager
User實戰 Controller Plugin Redirect使用
User實戰 在MVC中EventManager的attach和trigger
User實戰 使用ListenerAggregateInterface附加多個事件
User實戰 修改Form Hydrator為UserEntity
User實戰 擴充UserEvent對象
User實戰 2種方式阻止事件的冒泡行為
User實戰 設定Form錯誤訊息
User實戰 自訂Layout
User實戰 Layout中Head常用View Helper
User實戰 自訂 View Helper
User實戰 Form View Helper使用
User實戰 創建 Bootstrap3 View Helper
User實戰 建立 Bootstrap3 FormElementErrors ViewHelper
User實戰 透過FormElementManager取得Form對象
User實戰 Db模組介紹
User實戰 透過ServiceManager特性 將Adpater注入TableGateway
User實戰 TableGateway的簡單使用
User實戰 取得sql字串及事務處理
User實戰 TableGateway Feature 列印所有執行的Sql
User實戰 將user註冊資訊儲存到資料庫
User實戰 使用Paginator組件進行分頁
User實戰 使用ViewHelper PaginationControl顯示分頁樣式
User實戰 使用事件驅動全域設定Paginator
User實戰 使用Hydrator的Strategy 對顯示資料進行加工
04分鐘37秒User實戰 透過InputFilterManager取出InputFilter
User實戰 為username建立過濾和驗證
User實戰 覆蓋Form表單的預設inputFilter
使用TableGateway特性GlobalAdapterFeature來完成使用者名稱的唯一性驗證
User實戰 完成註冊所需的所有驗證
User實戰 透過Authentication完成使用者登陸
User實戰 Session模組的介紹
User實戰 將使用者session儲存在資料庫裡
User實戰 將AuthService註冊進ServiceManager
User實戰 在某些頁面檢查使用者登陸狀態
32分鐘32秒User實戰 在某些頁面檢查使用者登陸狀態
User實戰 session記住我及登出
User實戰 登陸成功後回到來源頁面
User實戰 登陸驗證碼
08分鐘25秒User實戰 中文驗證碼