[fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread cmple
Marco Pivetta wrote The NoRecordExists validator must be refactored to comply with the Zend\Db changes (in fact, related tests fail). You can help out with that if you want :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 14:45, cmple

Re: [fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread Marco Pivetta
Fork the github repository and follow http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+Git+Guide :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 15:19, cmple roman.vidya...@gmail.com wrote: Marco Pivetta wrote The NoRecordExists

[fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread cmple
Marco Pivetta wrote Fork the github repository and follow http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+Git+Guide :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 15:19, cmple lt;roman.vidyayev@gt; wrote: Marco Pivetta

[fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread cmple
Marco Pivetta wrote Fork the github repository and follow http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+Git+Guide :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 15:19, cmple lt;roman.vidyayev@gt; wrote: Marco Pivetta

Re: [fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread Marco Pivetta
Let's continue on the PR :) Anyway, I suggest you to follow zf-contributors for zf2 from now on. :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 20:01, cmple roman.vidya...@gmail.com wrote: Marco Pivetta wrote Fork the github repository and follow

[fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread cmple
Marco Pivetta wrote Let's continue on the PR :) Anyway, I suggest you to follow zf-contributors for zf2 from now on. :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 20:01, cmple lt;roman.vidyayev@gt; wrote: Marco Pivetta wrote Fork

[fw-general] Re: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found

2012-04-17 Thread Marco Pivetta
zf-contributors is a mailing list you can find at http://framework.zend.com/wiki/display/ZFDEV/Contributing+to+Zend+Framework And yes, by PR I mean Pull Request :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 17 April 2012 20:09, cmple [via Zend Framework Community]

[fw-general] apidoc style sheet

2012-04-17 Thread Mike Wright
Hi all, I've had recurring problems navigating the API documentation, specifically the left iframe with id = 'sidebar' being fixed width and IMO way too narrow. Again, in my experience learning to write for the web, I've found that fixed widths have their place in the paper and ink world

Re: [fw-general] apidoc style sheet

2012-04-17 Thread Matthew Weier O'Phinney
-- Mike Wright mike.wri...@mailinator.com wrote (on Tuesday, 17 April 2012, 11:50 AM -0700): I've had recurring problems navigating the API documentation, specifically the left iframe with id = 'sidebar' being fixed width and IMO way too narrow. First, to address the iframe concern: we chose

[fw-general] ZF2 and Application events

2012-04-17 Thread intellix
Hey, I've got a table in my DB full of events that my application needs to process at various times. Table structure is something like: ID | type | time 1 117-04-2012 22:20:10 2 117-04-2012 22:22:07 So before, when I was doing everything