I am just now getting around to updating my PHPRunner Software on my Dev1 Machine (have been really behind the times lately) and was surprised to find that they have added quite a few new features that are very handy one click type of things, here’s a list: Dynamic permissions Import data from CSV and […]
URL String w/ Advanced Search – PHPR
I ran across something today that was pretty cool. Let’s say you are using PHPR to generate your PHP pages and code, the advanced search feature is setup by default not to give a URL in it’s results (I have wondered why this is because basic search gives you a workable URL string for building […]
Table Events Bug w/ Catalog – Registration App
I put together a class catalog and registration application a while back for a client and it’s been working great with the exception of one small bug that I can’t seem to be able to locate. I have it setup using Table Events (After Record Added) in PHPR to send an email once someone registers […]
PHPR / Smarty templates
Smarty Templates have been around for a while now and are pretty popular with developers. One of the things that I really like about PHPR (PHPRUNNER) is that it utilizes Smarty Templates and stores them in a directory called <templates> inside of whatever application you are working in. Let’s say we are working on a […]
PHPRunner 4.2beta Release!
The newest build of PHPR (phprunner) is now available for download on Xlinesoft’s Forums. This build, #348, is 4.2beta release. In this release it looks like they have fixed a couple of issues that were looming with 4.1 like the issue with the default project folder in Vista that plagued me for a little while […]
Create a table with the list of US states
I had another PHPR user email me the other day and ask how was the best way to go about adding a table for US states that already had all of the states already listed. I had to think for a minute because what I usually do is build a table for states and leave […]