logo

psx framework

because it is the logical conclusion


News

psx 0.3.2 released

created by k42b3 on Tue, 11 May 2010 23:10:59 +0200

I like to announce version 0.3.2 of the psx framework. This release contains mostly small bug fixes. Also one major bug was fixed wich causes that psx framework throws an parse error because on some system the syntax $class::$method is not allowed. The psx stream wrapper was removed and the function import() was introduced because it is more stable and faster. You can use the import function to include other modules i.e. import(foo/bar) or import(foo::bar).

 

best regards

k42b3


psx version 0.3.1 released

created by k42b3 on Tue, 13 Apr 2010 23:46:03 +0200

I like to announce a new release of psx version 0.3.1. This release includes the following changes:

  1. added form generation class
  2. added and fixed tests
  3. added request library
  4. implemented psx_input interface
  5. rewrote filter library
  6. rewrote manual to version 0.3
  7. fixed openid oauth and yadis library

Also I have added and fixed some examples at the demo website ... hf

best regards
k42b3


new psx design and examples

created by k42b3 on Mon, 12 Apr 2010 01:31:55 +0200

I have spend the psx website a new template. Also I have rewrote the example website it is now based on psx 0.3 and some more complex examples like OAuth and OpenID client were added. I plan to implement for each class in the psx library a demo application so hf ...

 

best regards

k42b3


psx version 0.3 released

created by k42b3 on Wed, 07 Apr 2010 20:08:49 +0200

I like to announce a new major release of psx version 0.3. This release contains changes to the application design because of that I have raised the verion number to 0.3. Here the list of changes.

 

  1. Complete redesing of the framework the library is now more loosly coupled because most classes using dependency injection.
  2. The component section was removed and all classes are now in the psx library folder
  3. The interface psx_module_private was created if you implement that in your module nobody can access the public methods via the browser
  4. The standard PHP loader was implemented wich is also used by Zend etc.
  5. Added SQL pdo driver
  6. Fixed several bugs

have fun with this release

 

best regards

k42b3


psx 0.2.3 released

created by k42b3 on Fri, 05 Mar 2010 13:26:33 +0100

Iam happy to announce an new release of psx framework version 0.2.3. A pubsubhubbub component was added with that you can subscribe and publish content. Also an atom and rss component was added to parse feeds. A html parses component was added wich is designed to parse malformed html. The atom, rss and opensearch component uses now the XMLWriter class to produce XML and several bugs werde fixed.

 

This release contains all components. I dont have found a good way to sperate the components from the framework and still maintaining all components in the same repository. So unit I have found an easy solution all components will included in the release.

 

best regards

k42b3


opensocial library

created by k42b3 on Wed, 20 Jan 2010 21:02:34 +0100

Iam currently developing an opensocial library for the psx framework so that its easier to make your website as an "Social API Server". Therefor I have also to implement an OAuth server to the framework.

 

In the next release I will probably splitt up all not necessary components and offer them here under a new section "components" to download. So you can download the components that you need that means you dont have unused components in psx.

 

regards

k42b3


psx 0.2.2 released

created by k42b3 on Sun, 27 Dec 2009 19:50:11 +0100

As a lated christmas gift I release psx 0.2.2 this release include the following changes:

  1. added openid, yadis, atom/rss2 and opensearch component
  2. renamed the folder lib to library and ext to extension
  3. perfomance improvments
  4. fixing several bugs
  5. removed the include folder
  6. add phpunit tests

I will add in the next time some demo files wich shows how you can easily use this new components. hf with this version ...

 

best regards

k42b3


psx examples

created by k42b3 on Sun, 29 Nov 2009 21:10:02 +0100

To make it easier to start with psx I have create a website wich contains several examples where you can see the module and template source code. The website is located at http://phpsx.org/demo. If you missng an example do not hesitate to contact me

 

bext regards

k42b3