Skip to content

Instantly share code, notes, and snippets.

@cherifGsoul
Created July 29, 2013 21:26
Show Gist options
  • Select an option

  • Save cherifGsoul/6108001 to your computer and use it in GitHub Desktop.

Select an option

Save cherifGsoul/6108001 to your computer and use it in GitHub Desktop.
Utilisation d'un composant Yii
<?php
$post = new Post();
$post->title="Titre pour mon article";
echo $post->title; // affiche "Titre pour mon article"
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment