i've found one cheat sheet for doctrine: cheat sheet
but it doesn't list all methods for Doctrine_Record, Doctrine_Core, Doctrine_Query etc.
i wonder if there is a such reference?
Would be very helpful.
i've found one cheat sheet for doctrine: cheat sheet
but it doesn't list all methods for Doctrine_Record, Doctrine_Core, Doctrine_Query etc.
i wonder if there is a such reference?
Would be very helpful.
I don't think so, 'cause such cheat sheets should contain only the most popular, useful methods and informations. But Doctrine's API is documented, so why don't you use official Doctrine API Documentation.
I find myself using the source itself as documentation when I need it. It's quite readable. Alternatively use something like http://www.phpdoc.org/ to make it more so.