21294 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 526 Views |
-
Flush and build db from code

15 May 2009 at 5:49am Last edited: 15 May 2009 6:24am
Is there something I can put in _config.php or Page.php that will do the same thing as this?
dev/build?flush=1
-
Re: Flush and build db from code

15 May 2009 at 12:02pm
Have alook in the function build() in developmentAdmin.php
This is pretty much what you need to get it to work
$da = new DatabaseAdmin();
$da->build();
| 526 Views | ||
|
Page:
1
|
Go to Top |


