Skip to content

Releases: ilham-fuead/mandryn

3.0.0-rc.1

21 Nov 16:14
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release

Whats new:

  1. Added new DOQuery Classs
    A Utility class that wrapped PDO class with easy to use methods, added more features & best practiced for data object database manipulation.

  2. MagicInput Class upgrade

  • Add standard obj, array & request headers support as simple universal input with InputDefinition integration
  1. Fully compatible with latest version of PHP as of version 8.2.0

  2. Remove bloated non dependent package dependency

V2.6.0

23 Jun 03:34
Compare
Choose a tag to compare

Next generation data manipulation class - DOQuery. A solid successor DBQuery class.

2.5.2 Fix MagicInput Returning Null

22 Mar 05:09
Compare
Choose a tag to compare

Fixed Input Array($_POST & $_GET) default sanitization to check array for type & size. Sanitize when Input Array element is not equal to 0.

Fix maximum db connection limit error

07 May 01:43
Compare
Choose a tag to compare
2.5.1

Renamed parameter to proper name

Implement better integration between MagicInput & DBCommand

04 Apr 08:42
5ebebbf
Compare
Choose a tag to compare

DBCommand received 2 new methods to simplify columns generation.
i. importInputColumns
ii. importConditionColumns

Added adapter feature to use MagicInput object as input injection in DBCommand

05 Jan 07:41
Compare
Choose a tag to compare

i. Added adapter feature to use MagicInput object as input for populating DBCommand insert & update column seamlessly or through some simple declarative configuration.

ii. Added MagicInput capability to define inputs definition that can be used as seamless input validator(built-in type & format integrity enforcer) and in DBCommand integration as injection.

Added transaction capability on DBQuery.

27 Nov 00:35
Compare
Choose a tag to compare

i. Added transaction capability on DBQuery.
ii. Fixed error on checking query status for non return recordset in DBQuery.
iii. Added class FilterDefinition.

Upgrade Universal Paging from Auto mode to include manual mode as well

13 Sep 05:49
Compare
Choose a tag to compare
Type hinting parameter (PagingInfo) added for UniversalPaging.setPage…

…Property method

Fix some issue and introduce MagicInput class

08 May 08:26
Compare
Choose a tag to compare

v2.0

20 Apr 14:43
Compare
Choose a tag to compare
added method to return userDetail in array & by key