Skip to main content

Home/ foograde/ Group items tagged comparing

Rss Feed Group items tagged

federico balderas

Redo The Web » Comparing Propel, Doctrine and sfPropelFinder - 0 views

  •  
    "Retrieving an article by its primary key // Propel $article = ArticlePeer::retrieveByPk(123); // Doctrine $article = Doctrine::getTable('Article')->find(123); // sfPropelFinder $article = sfPropelFinder::from('Article')->findPk(123);"
  •  
    Comparacion de Propel y Doctrine
Fernando Vega

Comparing route to current request in Symfony - Stack Overflow - 0 views

  • sfContext::getInstance()->getRouting()->getCurrentRouteName();
    • Fernando Vega
       
      nombre de la ruta
1 - 2 of 2
Showing 20 items per page