BCS Generate Yii View
Because Yii is one of the fastest and most reliable PHP frameworks I use it for many web based projects. From time to time I was required to create a…
Because Yii is one of the fastest and most reliable PHP frameworks I use it for many web based projects. From time to time I was required to create a…
There are those times when you are required to produce an active internet server to support delivery of web content and relational database management systems services. My first choice is…
There are those times when you would like to install the Eclipse Software Development Kit (SDK) Integrated Development Environment (IDE). The Eclipse SDK project’s code name is Mars. I have…
When installing Wampserver on the Windows 8.1 (64 bit) and the Windows 10 (64 bit) be sure and use the 64 bit version of Wampserver. Depending on the platform Wampserver…
To fetch an array containing database values the Yii active record facility offers a nifty solution for achieving the desired overall effect. There is no need for external connection modules…
Well folks Eclipse has done it again. The newest release Mars is available. I have used Mars for the first three milestones and I could not be more pleased. I…
Today I had the opportunity to download and install Eclipse Juno (SDK 4.2.0). I was pleasantly surprised at the improvements made with Eclipse. Of course for all my PhP and…
There are those occasions when an entire file (text or HTML) must be read from a file and stored in a variable for subsequent use. The following code snippet outlines…
Verify correct installation of pear by invoking a command prompt and typing pear and the following output should appear in the command. If you encounter problems getting the above information…