[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 /* 4 * This is the array definition of the different mappings 5 * action parameter->action class used by the controller. 6 * 7 * This would be very nice if implemented in PHP, but hey... let's not 8 * make things too complicated yet :) 9 **/ 10 $actions["Default"] = "DefaultAction"; 11 $actions["ViewArticle"] = "ViewArticleAction"; 12 $actions["Comment"] = "CommentAction"; 13 // sample action 14 $actions["Sample"] = "SampleAction"; 15 // add a new comment 16 $actions["AddComment"] = "AddCommentAction"; 17 // add a new trackback 18 $actions["AddTrackback"] = "AddTrackbackAction"; 19 // loads the template specified 20 $actions["Template"] = "TemplateAction"; 21 // shows the trackback information of an article 22 $actions["Trackbacks"] = "ViewArticleTrackbacksAction"; 23 // shows an album 24 $actions["ViewAlbum"] = "ViewAlbumAction"; 25 // shows a resource 26 $actions["ViewResource"] = "ViewResourceAction"; 27 // executes a search 28 $actions["Search"] = "SearchAction"; 29 // servers a resource 30 $actions["ResourceServer"] = "ResourceServerAction"; 31 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |