Compiled Chronicles

A software development blog by Angelo Villegas

Tag: Class

  • iOS: Hello World using Objective-C Class and IBAction

    iOS applications use Cocoa classes, and these classes use the Objective-C programming language so one must know Objective-C if he/she does wish to develop iOS apps. We all know shifting from a loss, non-strict programming language might find iOS’s syntax seem strange and difficult. Don’t worry, this strangeness and difficulties will give way to an…

  • Objective-C: Categories

    When writing our own program, you’ll often want to add some new method to an existing class. You can always add a subclass to an existing class if you want to add some more method to it. But there are limitations to that, not every time subclassing is convenient enough for people to subclass. For…

  • PHP: DBClass

    DBClass is a simple PHP class that will help ease database connection usage. You can download the script in the links listed below. DBClass Download links Sample Usage : Functions :