Wednesday, March 13, 2013

New version 2.0.2 of ApPHP DataValidator has been released

The new version 2.0.2 of of ApPHP DataValidator has been released and available now for downloading.

ApPHP DataValidator is a simple lightweight tool useful for primary general data checks. It handles numbers, strings, emails, URLs. A range of parameters is provided for a wide variety of different verifications. All parameters are used optionally and could be switched on and off for every specific value.
The DataValidator component accepts an array or an object as data container, so it can be easily used to check values got by HTTP request, obtained from database, parsed XML or CSV file or any other source as soon as data are in correct format (array('key'=>'value')). Error handling is made easy and flexible. If validation process fails, you can either obtain a generated error-message or use error-details for logging and user informing in you own style.

Data validation is typically used to make sure that incoming data has a certain quality/value. The validation process is running on a server-side.

Last changes: Version 2.0.2 (Mar 11, 2013)
  • Feature: [added] new validation type: oneOfSet (class ValidatorTypeOneOfSet).
  • Feature: [added] versioning. Validator class current version can be got with method $validator->GetVersion(), major version can be checked with $validator->CheckMajorVersion($needed).
  • Feature: [added] method $validator->GetErrorArrayIndexedByField(), which returns error array as array($fieldName => array(ValidatorError $error1, ValidatorError $error2)).
  • Feature: [improved] errors messages for strings are more specific: additional elements are added.
  • Bugs fixed

To see the script in action click here: LIVE DEMO 

To check all recent changes click here: CHANGE LOG

Thursday, February 21, 2013

We have released new product - ApPHP MVC Framework!

Hi there! We've released our new product - ApPHP MVC Framework. ApPHP MVC Framework is designed to provide modern and rapid development of websites, web applications and web services.

It implements the the Model-View-Controller (MVC) design pattern and principles, including separation of display, logic, and data layers. It provides an architecture, components and tools for developers to build a complex web applications faster and safer.

Choosing ApPHP MVC Framework allows you to release your applications earlier, host and scale them without problem, and maintain them over time with easy.

To download this script follow the link:
http://www.apphp.com/php-framework/index.php

To review DEMO sites, built on the framework:
http://www.apphp.com/php-framework/examples/demos/index.php

Wednesday, February 20, 2013

The new version 3.0.1 of ApPHP Business Directory has been released.


The new version 3.0.1 of ApPHP Business Directory is available for downloading from here.

ApPHP Business Directory is a simple, but powerful Business Directory solution. This script allows to add categories, then associate added businesses to these categories. You may also add business profiles including basic business contact info, business description, website link, e-mail contact, categories, map links etc. ApPHP Business Directory was developed in OOP and allows you to build business directory website in a few minutes and then easy add and edit the content.

Here are the main changes and additions in this version:
  • Feature: [added] new module: Inquiries
  • Feature: [added] new module: Ratings
  • Feature: [added] advanced search option
  • Feature: [added] possibility to define a number of shown sub-categories on home page
  • Feature: [added] possibility to create Inquiry Form widget
  • Feature: [added] possibility to define decimal points for each currency separately
  • Feature: [added] possibility to define hidden menus in Menus and Pages -> Menus Management
  • Feature: [added] possibility to add watermark to listing images
  • Feature: [improved] updated Sessions class
  • Feature: [improved] Listings - added possibility to define location and sub-location for each listing
  • Feature: [improved] minor changes in listing description page layout
  • Feature: [improved] minor changes in Search class
  • Feature: [improved] added credit card holder name for On-line Orders
  • Feature: [improved] Footer Text in General -> Visual Settings changed from required to optional field
  • Bugs fixed

To view a Live Demo click here.

Thursday, January 31, 2013

The new version 3.7.0 of PHP AdminPanel Pro has been released

The new version 3.7.0 of PHP AdminPanel Pro has been released and available now for downloading. There are many new improvements and new features. This version has two possibilities: fresh installation or update from previous version.. All recent changes can be viewed here.

Check here our Tour and Screenshots!


Main additions and changes:
  • Feature: [added] possibility for admin to define public directory via General -> Panel Settings
  • Feature: [added] left panel save it's state (collapsed or expanded) after loggin in/out
  • Feature: [added] possibility for admin to allow users registration
  • Feature: [added] possibility for admin to use Captcha validation on users registration
  • Feature: [added] new email template and sending email on admin approval of user registration
  • Feature: [added] possibility to turn on/off session timeout audio alert
  • Feature: [added] possibility to define "target" attribute for link menu items
  • Feature: [added] possibility for admin to define a default page size for datagrid pages: General -> Panel Settings -> Visual Settings
  • Feature: [admin] added translations for Korean, Thai and Finnish languages
  • Feature: [admin] added possibility to clone admin records with access rights
  • Feature: [added] new fields for admins and users accounts: phone & photo (avatar)
  • Feature: [improved] minor changes in installation module
  • Feature: [improved] added installation key for each installation of the script
  • Feature: [improved] Dutch translation. Special thanks to Thibaud Taudin Chabot
  • Feature: [improved] script security - blocked unauthorized access to tmp/ directory
  • Feature: [improved] blocked possibility for user to edit group field
  • Feature: [improved] possibility to define persistent PDO connection in database class
  • Feature: [improved] integration with DataGrid version 7.0.0 or higher
  • Feature: [improved] minor changes in User Account Panel
  • Feature: [improved] user access rights - added possibility to view datagrid pages
  • Feature: [improved] minor changes in session expired checker
  • Feature: [improved] upgrading of Calendar module for newset versions
  • Bugs fixed



To view a Live Demo click here.

To download latest version click here.

Thursday, December 27, 2012

New version 2.2.4 of ApPHP AJAX File Uploader is released.

The new version 2.2.4 of ApPHP AJAX File Uploader was released and available now for downloading. There are some new features and improvements. This version requires full re-installation, if you work with one of previous. Please read carefully our Installation Guide and  Getting Started.

ApPHP AJAX File Uploader is an easy to use, high-performance PHP AJAX Multiple File Upload Control which allows you to upload files to web server without refreshing the page.

Most of the web application available today includes a capability of user to upload files, whether it is a social media application or a CMS/Blog network platform. Upload capability of your application can be made easier and usable to the user if you are using our File Uploader control.

Here the main additions and improvements:


  • Feature: [added] possibility to start file uploading immediately after it was added
  • Feature: [added] allow users to include JS and CSS files manually (in any part of the page)
  • Feature: [added] possibility to create the destination folder automatically if it doesn't exist
  • Feature: [added] German language support
  • Feature: [added] possibility to specify number of columns displayed in file viewer
  • Feature: [improved] security features
  • Feature: [improved] update to jQuery 1.8.3 and jQuery Form 3.23 
  • Bugs fixed
To view a LIVE DEMO click here.

To download new version click here.