Development

Changeset 4973

You must first sign up to be able to contribute.

Changeset 4973

Show
Ignore:
Timestamp:
09/04/07 10:27:35 (6 years ago)
Author:
mahono
Message:

small README updates and a very small bug fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimplePageControllerPlugin/README

    r4972 r4973  
    66You can turn an action into a page. Be aware that any "page action" is no longer an action (in the symfony way) but a container for child actions/components/partials. 
    77Each child can be secured using credentials, see below for an example. 
     8 
     9Note: This plugin required Symfony 1.0.x. If you need a solution for Symfony 1.1 have a look at the [wiki:sfPageControllerPlugin]. 
    810 
    911 
     
    145147== Technical notes == 
    146148 
    147 This plugin is the little sister of the sfPageControllerPlugin
    148 Unlike its big brother the sfSimplePageControllerPlugin works on top of built in (well tested) features 
     149This plugin is the little sister of the [wiki:sfPageControllerPlugin]
     150Unlike its big brother the sfSimplePageControllerPlugin works on top of built in features 
    149151like sfController::getPresentationFor() and get_component() helper. 
    150  
    151 The primary goal of this plugin is to have a page solution NOW - not next year... 
    152152 
    153153 
     
    155155 
    156156 * check if validation works with child actions 
    157  * write better usage examples and wiki page 
     157 * write better usage examples 
    158158 * add package.xml 
  • plugins/sfSimplePageControllerPlugin/lib/sfSimplePageArea.php

    r4972 r4973  
    9191   * Same parameters like include_partial() and get_partial() 
    9292   */ 
    93   public function addPartial($label, $templateName, $vars = array()
     93  public function addPartial($label, $templateName, $vars = array(), $params = array()
    9494  { 
    9595    $this->label($label);