> I'm gonna make a huge application using CakePHP. This application will
> have an automated installation page (users won't setup the database
> tables manually). On the installation page user(admin) will provide
> database info and click install, the application will setup the
> database on server and required settings in a config file.
> Also after some days when I update the application I'll provide an
> update page and user (admin) can update the application. The update
> process will be online. The script will search online for update and
> notify admin that an update is available (like wordpress). The admin
> will then simply click update and the application will get updated..
> Now my question is what is the "conversion" in CakaPHP for such
> purposes ? Is there any short-cut "cakephp way" to do this ? I'm a
> novice in cakePHP. So pls help me.