New question #175758 on aikiframework:
https://answers.launchpad.net/aikiframework/+question/175758

What do you think if Admin Panel content file (the html and js) are not widgets 
but files in /assets/apps/admin folder?
I plan to create JSON-RPC service that will manipulate database directly (using 
$db global variable and ez_SQL)

Consider this scenario:

User upload new file index.php from new AIKI because he want update AIKI to 
newer version and this file load new class from file libs/FooBar.php this file 
is not yet uploaded so AIKI crash. And if Admin Panel run from AIKI then user 
can use Admin Panel to upload this missing file.

There can be other scenarios when user break AIKI, for instance if he delete 
file from AIKI core by accident.

This also will allow to delete stuff that is used only for admin interface like 
Bot class, (ajax_a( )ajax_a) syntax or Array Editor.

-- 
You received this question notification because you are a member of Aiki
Framework Developers, which is an answer contact for aikiframework.

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to