Skip to content

Commit

Permalink
fixed indentation in plugins section
Browse files Browse the repository at this point in the history
  • Loading branch information
okonomi committed Mar 22, 2013
1 parent 534213f commit 192c7eb
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions en/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ have the plugin prefix on them, use the alternative syntax::

// /app/Plugin/ContactManager/Model/Contact.php:
class Contact extends ContactManagerAppModel {
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
}

Plugin Views
Expand Down
10 changes: 5 additions & 5 deletions fr/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@ le préfixe du plugin sur eux, utilisez la syntaxe alternative::

// /app/Plugin/ContactManager/Model/Contact.php:
class Contact extends ContactManagerAppModel {
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
}

Vues du Plugin
Expand Down
10 changes: 5 additions & 5 deletions ja/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ Contact model をまだ定義してないので、“Missing Model”エラー

// /app/Plugin/ContactManager/Model/Contact.php:
class Contact extends ContactManagerAppModel {
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
}

プラグインビュー
Expand Down
10 changes: 5 additions & 5 deletions pt/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ prefixo do plugin nelas, use uma sintaxe alternativa::

// /app/Plugin/ContactManager/Model/Contact.php:
class Contact extends ContactManagerAppModel {
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
}

Plugin Views
Expand Down
10 changes: 5 additions & 5 deletions ru/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ URL, CakePHP будет выдавать ошибку "Missing Controller", по

// /app/Plugin/ContactManager/Model/Contact.php:
class Contact extends ContactManagerAppModel {
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
public $hasMany = array(
'AltName' => array(
'className' => 'ContactManager.AltName'
)
);
}

Представления плагинов
Expand Down

0 comments on commit 192c7eb

Please sign in to comment.