Release: 0.23

After a few long weeks the next version is out.

The 0.23 includes bugs fixes and a few new features:

  • [NEW] – We can now perform CRUD operations with JOINS
  • [NEW] – We can now perform CRUD operation with tables with more than one primary key
  • [IMP] – Template Loading
  • [IMP] – Zend_DB_Select Parsing
  • [FIX] – Using data from csv and xml
  • [FIX] – Pagination when using other data source than DB
  • [FIX] – Issues when using decorators with arrays sources

The next version will take some time.

There will be a lot of improvements:

  • Zendx_Jquery //For filters
  • Zend_Form //For CRUD operations
  • Pagination Control
  • Database abstract. All queries will use Zend_Db_Select //Don’t worry. Compatibility assured
  • Ability to have more than a grid per page (this version already has this feature, but is beta)
  • ….

As usual, report any bug you find directly to me or at the project page http://code.google.com/p/zfdatagrid

Regards,

Comments (3)

Tip: Debugging with Zend Studio

A few user seams to have some problems when setting up Zend Studio debug system.

They get an error like this:

  1. Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed'

This is because the pdo_mysql extension is not bundle with Zend Studio.

To fix this debug a file with Zend Studio with this line

  1. phpinfo();

And then check you php.ini file location.

You just have to edit this php.ini file and change the extension_dir param to the one you probably already have on your system.

As an alternative you can copy your pdo_mysql.so extension to the extension_dir already specified in your php.ini file

Hope this can help a few people.

Regards,

Comments (3)

Small update

Hi everyone.

It’s been a wile since my last commit, but I have a good reason:
My MBP broke and it’s on warranty since April 4.

I have some updates to commit, but without computer that won’t be possible.

I hope I can get my computer back in a few days, and then I will post updates on a more regularity base.

Regards,

Comments (1)

[trunk] – CRUD operations with table joins

Hi everyone,

I’ve just commited to the trunk a new “version” that let’s you use CRUD operations when using sql joins.

Please don’t use this on a production environment.

If you find any bugs please use this page to report them http://code.google.com/p/zfdatagrid/issues/list

You can do a checkout using SVN:

svn checkout http://zfdatagrid.googlecode.com/svn/trunk/ zfdatagrid-read-only

Regards,

Comments (1)

New License

With the new release (0.2.1) comes a new license. The New BSD.

This release also includes a few minor bugs fixes.

The next version will be the 0.3 and will have major new features.

Comments (6)

Small update

It’s been a while since my last update.

I’ve been busy working in the project from which I forked this datagrid.

I will be working in the datagrid over the next days.

There are some things on my TODO lists, like ajax support, partial renders, forms plugins, all db adapters supported by ZF and a few others.

I will also release a new version (bug fixes) this week.

Be well John Spartan!!!

Comments (4)

Version 0.2 is out

The most notable new feature is the ability to create datagrids using arrays, XML, CSV or JSON files.

The process is as simples as it could be.

If you are using the 0.1 version you can update now, there are no compatibility issues between the two versions.

Download the new version from the google project page

http://code.google.com/p/zfdatagrid/downloads/list

Don’t forget to read the manual and to take a look at the example project to see how things now work.

Please report any bug you may find.

You can check a CSV example here http://www.petala-azul.com/grid/default/site/test

Best Regards,

Comments (4)

« Previous entries