I have a page with a dropdown list defined as follows $memb=$this->api->db->dsql()->table(\'vscrum_member m\')
I am developing a website using ATK4, a php framework with jquery. I have developed this on my laptop using localhost/test1 as the directory and with a local php database.
For Example, I would like to use the jUI template for the Admin area and CRUD, and for the FrontEnd and Pages I\'d like to use the Elep开发者_StackOverflowhant theme (or my super secret custom one). I
I have been experimenting with RDB design lately, and I was wondering about storing items in a field that can have more than one value:
Is there any class available to do auditing of actions of users? I mean actions that users do with add, delete or modify a record?
Hi I have this sentence $g->addButton(\'\')->set(\'NEW ACTIVITY\')->js(\'click\')->univ()->redirect(\'开发者_运维知识库newactivity\');
When I do a file upload using FileStore, it automatically renames the uploaded file. Is it possible to not do this? Because when I do a开发者_Go百科 download, the real file name doesn\'t have an exte
I have setup a CRUD ar开发者_如何学JAVAea on my frontendAPI.php file (testing my models)... and I even managed to secure it. I would like to do this the proper way... I would like to establish a separ
Fatal error: Class \'h1\' not found in /home/iracersr/public_html/atk4/lib/AbstractObject.php on line 131
How would i properly sort output of a MVClister? <?php class page_index extends Page { function init(){