stephpy / timeline-bundle

Symfony2 bundle to make timeline
192 stars 57 forks source link

Update basic_example.markdown #147

Closed Booklab closed 10 years ago

Booklab commented 10 years ago

ok, this works:

\\Acme\TimelineBundle\Controller\DefaultController;
$timeline        = $timelineManager->getTimeline($subject);
$count = count($timeline);
return array('count' => $count; //this give the count of entries in subject's timeline
stephpy commented 10 years ago

There is an issue on method, it should be countKeys

stephpy commented 10 years ago

I updated documentation here:

https://github.com/stephpy/TimelineBundle/commit/30f26c10c4bb01114860af8d864b34b7e5bac651

Thanks.