genere correctamente las clases persistentes, pero cuando voy a hacer alguna consulta me da error con la conexion:
[PropelException]
No connection params set for propel
el metodo aki:
Código PHP:
   public function executeIndex()
{
    //$this->categories=array("category1","category2","category3", "category3", "category3", "category3");
    //$categories=new Categories();
    //$connection = Propel::getConnection();
    $categories=CategoriesPeer::doSelect(new Criteria() /*, $connection */ );
    $this->categories=$categories;    
  } 
     
 

