Seeds using cake's app.php

Hii there,

I’m currently trying to get some seeding to work (mainly creating bogus users).
However, when I try to run the migrations, I get the error:

The file “phinx.yml” does not exist (in: /home/aroop/Documents/Code/FinlayDaG33k/Website, /home/aroop/Documents/Code/FinlayDaG33k/Website/).

I know I can create the phinx.yml using the phinx init command but I was wondering if it could be done using CakePHP’s app.php (as this also contains some important logic to determine which database password n stuff should be used).

I’m sorry for doing this… but bump