Respected Sir/Madam,
I am new in Agile Toolkit, a PHP Framework. I have downloaded from http://agiletoolkit.org/distfiles/agiletoolkit-4.2.4.zip and then I have uploaded on the ftp server and changed the permission of all files as well as…
I'm asking for a short, clean example to build from...
I'm new to atk4 and have been working my way through tutorials (etc) - and am also fairly new with PHP etc.. so few things are 'obvious' to me at this point. I have created CRUD screens for all…
as you know, we can use this code in index and it works truely...
it loads the page_userreferals...
$g->addColumn('expander','userreferals',"Users List");
but when I use it in other pages, an error occurs...
Exception_PathFinder, code:…
I have a Model from which I want to select all rows for which 'caller' or 'callee' is a given value for presentation in a Grid.
I have tried lots of different avenues of accomplishing this and cannot get anywhere with it.
I have a working filter on…
Hi I am trying to get some referenced data from another table,
Data structure:
Table PartDetail
-id
-OperationTypeID(foreign key)
-DateAdded
Table OperationType
-id
-Description
I am trying something like this:
$crud = $this->add('MVCGrid',…
Hello I a little problem with my paginator, i would like to use some custom SQL Request but each time i click on a paginator link it loads my model without the custom request
I enter informations on a form that I send by GET…
Hello friends a pleasure to be around here, I'm new to this framework and I have a few doubts about how to make dependent dropdown, for example, I have a list of countries and select a country to show me their states hope I can help from already…
I have a grid that displays contact names. I want to be able to have a details button that links to another page(details), which will display the contact details such as , name, addresss, notes, etc...
I know how to add the button to the grid but…
Hi i am trying to implement the filestore for a prototype project, an online policy register. I was following the Jobeet tutorial and have also looked at the doc/filestore page on agiletoolkit.com and the tutorial video on your youtube site, but I…
I have a crud form that i want to autocomplete some fields(not all) with datas in my database.
I don't want to reload all the form because of a pop-up (changes will be lost). When i try to reload a simple field like this.
$myfield =…
I am using Agile Toolkit for some development and would like to extend the existing Grid Control so that each row contains the data (as it does right now) but also links to a page with a query string that contains the ID. I want to be able to do…
everyone. I've started using atk4 in a personal project a couple weeks ago and have been facing some difficulties since then. This specific question I want to ask is about how to make form validations when using the CRUD component shipped with the…
I am using agile toolkit code for developing an application , i do have dropdown that get values from database, I want to show selected value from field 1 to field 2 without submit any thing.
$form->addField('field1', ['caption' => 'Field 1',…
I am developing a form using Agile toolkit (atk4), I am trying to do Listbox or multiple selection within Field, can you show me example of how i can do it as i couldn't find any control allow me to do muliple selction or listbox with the agile…
I am novice in Agile Toolkit Framework. I have done some portion like registration/login page in Agile Toolkit Framework with connecting with database and inserting the table in manually in database table. I cannot understand how to upload file in…