Questions tagged [agiletoolkit]

Agile Toolkit is a PHP framwework

Agile Toolkit is an object-oriented web development framework for PHP.

75 questions
0
votes
2 answers

Agile Toolkit 4.2.4 is not working in development server

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…
ankan
  • 1
  • 4
0
votes
0 answers

ATK4: import CSV into database using CLI?

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…
Mark
  • 27
  • 5
0
votes
2 answers

how to load page b using expander in page a?

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:…
webelizer
  • 418
  • 2
  • 11
0
votes
1 answer

Agile Toolkit - OR statement in combination with Model

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…
0
votes
1 answer

GRID COLUMNS atk4 agiletoolkit

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',…
Sergio
  • 53
  • 6
0
votes
2 answers

AgileToolkit - Custom SQL request + Paginator

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…
0
votes
2 answers

Dropdown dependents agile toolkit

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…
baxi2990
  • 13
  • 4
0
votes
1 answer

Grid with button to details page

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…
Ralanyo
  • 61
  • 9
0
votes
1 answer

Agile Toolkit "filestore"

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…
Roxout
  • 3
  • 1
0
votes
1 answer

agiletoolkit reload a field of a CRUD form

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 =…
0
votes
1 answer

Extending the Grid UI element to link to a page

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…
Omar Mir
  • 1,500
  • 1
  • 19
  • 39
0
votes
1 answer

How to use form validation with the CRUD component in AgileToolkit4?

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.calixto
  • 29
  • 1
  • 4
-1
votes
1 answer

Agile toolkit atk4 php set field value based on anther field value without submitting the form

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',…
-1
votes
1 answer

Agile toolkit atk4 Select Multiple or Listbox field

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…
-2
votes
1 answer

How to upload file in server in Agiletoolkit Framework and Php

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…
ankan
  • 1
  • 4
1 2 3 4
5