PHP

MonoQL :Open Source and Ajaxed web application for managing MySQL databases

MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases

MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases

MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases.

It has a desktop-like interface -thanks to Ext JS- and can accomplish almost every task you can ask for like database/table design, data browsing/editing, advanced querying & more.

he application has support for controlling advanced MySQL features like triggers, stored procedures and views.

MonoQL can connect to any number of databases, both local or remote. Also, with the help of a context menu, it display options on every level like running queries, importing data from a CSV file or truncating/deleting a table.

MyWebSql :Open Source Web based Mysql client

MyWebSql

MyWebSql is an open source, web based, WYSIWYG mysql client written in PHP. It utilizes modern day technologies and browsers to provide a fast, intuitive querying and editing interface to the mysql databases.

It has an Ajaxed interface and besides the rows of tables, it can control views, stored procedures, triggers and functions.

MyWebSql comes with a syntax highlighting rich-text SQL editor to run queries (the last-ran query is shown automatically which is a nice reminder).

The application is improved frequently and, within time, can become a good alternative to mature solutions.

Develop PHP Script to EXE

Develop PHP Script to EXE

1. Bambalam
Bambalam PHP EXE Compiler / Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone with no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library. It’s a perfect solution if you want to distribute your application to Windows users while protecting your source code at the same time. The converter is also suitable for producing .exe files for windowed PHP applications (created using, for example, the WinBinder library). It’s also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension).

Website: http://www.bambalam.se/bamcompile/
Download: http://www.bambalam.se/bamcompile/download/bamcompile1.21.zip (win 32)
Src : http://blog.taragana.com/index.php/archive/how-to-php-script-to-windows-exe-file-generation/

2. PHP Apollo
PHP Apollo is a free command-line tool that converts a PHP script into an executable, as a compiler can do (but this is not a PHP compiler). The executable may works on any computer without the need to install PHP. A part of the interpreter is already included into the executable to run your PHP code.

Read the rest of this entry »

SiteFusion: Open-source PHP/XUL application client-server framework

Open-source PHP/XUL application client-server framework - SiteFusion

Open-source PHP/XUL application client-server framework – SiteFusion

SiteFusion is a server-based development environment. Applications are written in pure object-oriented PHP and work through a thin XUL client. SiteFusion applications look and behave like native system applications but run on a server generating JavaScript commands.

There are no extra configurations required than running a website as the XUL client connects to a regular web server.
In a running application, the server generates JavaScript commands that result in a GUI built from rich, operating-system native UI elements and fine-grained control over application behavior and reaction to user actions. The communication from the client to the server consists of events packed in JSON format.