News management

Still in developement

Installation

  • In a console, from your project root dir, run:
git clone git://github.com/vjousse/dmNewsPlugin.git plugins/dmNewsPlugin  
  • In config/ProjectConfiguration.class.php, add dmNewsPlugin to the list of enabled plugins:
class ProjectConfiguration extends dmProjectConfiguration
{  
  public function setup()  
  {  
    parent::setup();  
 
    $this->enablePlugins(array(  
      // your enabled plugins  
      'dmNewsPlugin'  
    ));  
  • In a console, from your project root dir, run:
php symfony doctrine:generate-migrations-diff  

php symfony doctrine:migrate  

php symfony dm:setup  

Still in developement

  • altranoSeptember 13, 2010 5:50 PM

    is this ready to use yet ??

Add a comment

Create an issue

Open issues

  • mysql error at php symfony doctrine:migrate20/07 10:02 by flxsol

Closed issues

    • Unit tests for dmNews7/06 6:06 by Vincent Jousse
    • Using datetime instead of timestamp in Publishable behavior7/06 6:05 by Vincent Jousse
    • Adding first (simple) unit test7/06 2:11 by Vincent Jousse
    • Testing the diem way7/06 1:49 by Vincent Jousse
    • Unit test skeleton7/06 1:16 by Vincent Jousse
    • ok, ok, magic is sometimes better ;)3/06 8:15 by Vincent Jousse
    • First schema and modules to play with3/06 7:07 by Vincent Jousse
    • Adding first version of Doctrine Publishable behavior2/06 14:46 by Vincent Jousse
    • Default config structure2/06 14:45 by Vincent Jousse
    • First import2/06 14:27 by Vincent Jousse
    See more commits

    dmNewsPlugin, created on June 2, 2010 by vjousse, used by 19 projects

    Fork Diem on GitHub