- Timestamp:
- 10/06/08 13:16:17 (2 months ago)
- Location:
- websites/zf-users.jp
- Files:
-
- 1 added
- 7 modified
-
. (modified) (1 prop)
-
public/application/Bootstrap.php (modified) (1 diff)
-
public/application/default/controllers/CodesController.php (modified) (2 diffs)
-
public/application/default/views/scripts/codes/index.phtml (modified) (1 diff)
-
public/application/default/views/scripts/codes/zend-form-default-css.phtml (added)
-
public/application/default/views/scripts/codes/zend-form-upload.phtml (modified) (1 diff)
-
public/application/default/views/scripts/index/index.phtml (modified) (1 diff)
-
public/html/css/screen.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/zf-users.jp
-
Property
svn:ignore set
to
.cache
.project
.settings
.buildpath
-
Property
svn:ignore set
to
-
websites/zf-users.jp/public/application/Bootstrap.php
r13176 r20835 45 45 { 46 46 self::$frontController = Zend_Controller_Front::getInstance(); 47 self::$frontController->throwExceptions( false);47 self::$frontController->throwExceptions(true); 48 48 self::$frontController->returnResponse(true); 49 49 self::$frontController->setControllerDirectory( -
websites/zf-users.jp/public/application/default/controllers/CodesController.php
r14103 r20835 10 10 $this->view->headScript()->appendFile($this->baseUrl . '/js/syntax/shCore.js'); 11 11 $this->view->headScript()->appendFile($this->baseUrl . '/js/syntax/shBrushPhp.js'); 12 $this->view->headScript()->appendFile($this->baseUrl . '/js/syntax/shBrushCss.js'); 12 13 13 14 $this->view->headTitle('ZF-users.jp') … … 20 21 } 21 22 22 public function indexAction() 23 { 24 25 } 23 // index 24 public function indexAction() {} 26 25 26 // Zend_Auth 27 public function gettingStartedWithZendAuthAction() {} 28 // Zend_Controller 29 public function createCustomRoutesAction() {} 30 // Zend_Db 27 31 public function zendDbConnectAction() {} 28 32 public function zendDbCrudAction() {} 33 // Zend_Form 29 34 public function zendFormUploadAction() {} 35 public function zendFormDefaultCssAction() {} 36 // Zend_View 30 37 public function zendViewDisableViewRendererAction() {} 31 public function createCustomRoutesAction() {} 38 39 // 32 40 public function gettingStartedWithZendFrameworkAction() {} 33 public function gettingStartedWithZendAuthAction() {}34 41 35 42 } -
websites/zf-users.jp/public/application/default/views/scripts/codes/index.phtml
r14103 r20835 19 19 <h2>Zend_Form</h2> 20 20 <ul> 21 <li><a href="zend-form-upload">アップロード機能の実装</a></li> 21 <li><a href="zend-form-upload">アップロード機能の実装</a></li> 22 <li><a href="zend-form-default-css">デコレータの配置を横にする (CSS)</a></li> 22 23 </ul> 23 24 -
websites/zf-users.jp/public/application/default/views/scripts/codes/zend-form-upload.phtml
r13175 r20835 1 1 <?php $this->headTitle()->prepend('アップロード機能の実装') ?> 2 3 <p class="notify">以下、ver1.6 で実装されました</p> 4 2 5 3 6 <h2>アップロード機能の実装</h2> -
websites/zf-users.jp/public/application/default/views/scripts/index/index.phtml
r14103 r20835 42 42 <h2>リンク</h2> 43 43 <ul> 44 <li><a href="http://framework.zend.com/">Zend Framework ダウンロード</a></li> 45 <li><a href="http://framework.zend.com/manual/ja/">Zend Framework: ドキュメント</a></li> 44 <li><a href="http://codezine.jp/article/corner/42">Zend Framework入門:CodeZine(コードジン)</a></li> 46 45 </ul> 47 46 -
websites/zf-users.jp/public/html/css/screen.css
r13152 r20835 21 21 } 22 22 23 p.notify { 24 border: 3px solid #090; 25 padding: 10px; 26 } 27 23 28 24 29
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)