Questions tagged [atk4]

Agile Toolkit is Object Oriented PHP framework for building rich Web UI

Agile Toolkit was refactored in 2016 and broken down into few modern PHP libraries which can be used independently or together:

ATK Data - Data Access abstraction framework designed for high-latency (Cloud) databases. Unlike ORM - uses extensions of individual database engines to run aggregation and calculations server-side reducing number of queries and amount of data exchanged. Supports SQL and NoSQL.

ATK UI - Object-oriented approach for building server-side Web UI. High level components make ATK UI very efficient to build Admin, ERP and other backend systems. Integrates and relies on ATK Data. Can be used in vanilla PHP or integrated into Wordpress or Laravel with 3rd party middleware.

ATK API - High-level framework for building RestAPI based on Zend Diactoros. Implements deep integration with ATK Data: type mapping, REST operations and authentication.

Other Resources

396 questions
0
votes
1 answer

Atk4 Step by Step form doesn't load Facebook Like Buttons

I have a array with list of sites, I'm coding a step by step form using http://codepad.agiletoolkit.org/newsletter example. In the second step I put Like Buttons using the following code: $attr = array ( 'data-send' => FALSE, …
Braulio Soncco
  • 353
  • 1
  • 4
  • 20
0
votes
1 answer

MVCGRID CSV Export error

i'm trying to export a grid i create with the object MVCgrid. I found out that i can add the the current page the object 'MVCGrid_Export' instead of the object 'MVCGrid'that provides the export buttons and functionalities. By the way i got an error…
-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…
-1
votes
3 answers

What editor to use with Agile Toolkit?

im totaly new to Agile Toolkit, just put it on my server :) im looking around, writing some stuff etc, but for begining its really a lot of objects, funcions etc, so it would be nice to load all the stuff in some editor (ultraedit ..) to know what…
Peter
  • 728
  • 3
  • 16
  • 34
-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
26
27