Subscribe to our news:
Partners
Testimonials
David Lantz: "Thank you, this is by far the simplest, and most friendly utility for building db record system I have ever used. I wish I could get my systems guys at the office to purchase this for our company would be so very helpful and speed up a lot of work. I for one have used it for everything from a simple inventory record of my house, to a members record for my church just little pet projects and a test bed to test my own db builds and theories before having to hand code at the office..... it is a lot of fun to work with".
Dave Lantz: "I have to say that I simple love this product and its ease of use. I know that I have only tapped into about 20% of what it can do. In my business I come into a lot of contact with developers and I tell them all, that if they need an easy way to connect, report or work their databases they MUST check out your products".
More
Add your opinion
Customers
|
PHP Generator for MySQL online Help
OnCustomRenderExportColumn
This event occurs before column rendering into Word, Excel, etc. and allows you to replace cell content. It is an extremely useful event for conditional rendering.
function OnCustomRenderExportColumn ($fieldName, $fieldData, $rowData,
&$customText, &$handled)
$fieldName
|
The field name of currently processed cell.
|
$fieldData
|
The data of currently processed cell.
|
$rowData
|
The associative array of values that corresponds to the currently processed row.
|
$customText
|
A string to replace the original cell content.
|
$handled
|
A parameter to indicate whether the event handler executed. Set $handled to true in the event handler to apply new content.
|
See also: OnCustomRenderColumn, OnCustomRenderPrintColumn
|
Company news
Aug 23, 2022
New version introduces toggles, one- and two-dimensional barcodes, enhanced lookups sort order, changing page data sources, PHP 8.1 support, editor hints, and other useful things.
Feb 12, 2021
A new version comes with PHP 8.0 support, inline View forms, updated CheckBox Group editor, on-the-fly adding of new items to multi choice controls and other useful improvements.
Sep 10, 2020
A new minor version features the possibility to customize headers and footers of 'Registration', 'Resend verification' and 'Password recovery' pages, revised OnAddEnvironmentVariables event, default values is Cascading Combobox editors and more.
Resources
The article shows how to implement an AJAX-based one-click editor for a logical column.
This article begins a series of step-by-step tutorials on how we made the NBA demo. It explains how to add new items to the menu, implement run-time theme selection, and tweak the login form.
The article illustrates how to use various chart libraries with PHP Generator.
Feature of the day
With PHP Generator you can get an updatable dataset based on an SQL query.
PHP Generator allows you to set the fragments of PHP code to be executed before or after a record was added, edited, deleted, etc.
|