mbi
(mbi)
1
I would like to create a new webapp like this:
yiic webapp ../websites/test
>>with database? [YES][NO]
>>type [MYSQL] [SQLITE]
>>dbname:
>>user:
>>password:
>>create project? [YES][NO]
now in config/main.php we have a properly configuered db-component
pestaa
(Pestaa)
2
It would be definitely a great enhancement if creating a new webapp were done via GUI.
In this way it’d be overly complicated. I rather write this half line in my text editor.
rickgrana
(Ricardo Grana)
3
I would apreciate this feature. I often forget to configure my database
Besides, it would be more friendly to new users
mbi
(mbi)
4
I always forget the correct syntax of the PDO-connection string, currently I need to lookup in a previous project to copy/paste
but I think I can handle it with a code snippet in my editor
pestaa
(Pestaa)
5
Great idea, thanks for the tip.
pestaa
(Pestaa)
7
Depends on your editor, maybe it’s not even supported.
In NetBeans, select Tools > Options > Editor > Code Templates.