When using using Doctrine 1.2.1 and Zend Framework 1.9.x to generate classes from Yaml/db each Base class (which includes the table definition) extends the Doctrine_Record class.
When using using Doctrine 1.2.1 and Zend Framework 1.9.x to generate classes from Yaml/db each Base class (which includes the table definition) extends the Doctrine_Record class.
Richard Bates @ Zend Developer Zone wrote a good article on my favorite ORM Doctrine integration in Zend;
Rich Internet applications built with Adobe Flex and Flash Builder have been steadily gaining a foothold in enterprise development for quite some time. As the platform has grown and evolved, PHP has also made amazing progress toward becoming a […]
Doctrine Relations and Zend MVC
via Doctrine Relations and Zend MVC | free Zend Framework screencasts — Zendcasts.
If you like many of our readers are on FaceBook you can read the HackIX blog directly on http://apps.facebook.com/hackixblog/
Take a look and don’t forget to comment!
We at HackIX wish you all happy hollidays and a Great & Happy New Year!!! Enjoy!
Joey Rivera wrote a very interesting and time saving article about the Zend_CodeGenerator complete with a easy to use code snippet that will create the model and DbTable files and classes for you, as it picks the information directly from your database, it’s no way those pesky typos and cut and paste mistakes creep in […]
The query was; How to set the Text Label on the progressbar in console mode.
You want to set the ‘elements’ option of the adapter.
When doing AMF projects especially in AIR it’s good to see what gets returned from your Zend_AMF services, here is the solution; ZamfBrowser allows developers to unit test ZendAMF Service classes via an Adobe AIR application. Implementation requires a simple edit to the ZendAMF gateway file that allows ZamfBrowser to introspect your server set up […]
The official SVN online manual has an article on this, please read it. I won’t let myself off the hook that easy and will give you a brief example on how to use them. Let’s say you have your own MVC project based on Zend Framework.
Preview of the next version of ZF 1.10
http://www.mikaelkael.fr/doczf/1.10/en/
Setting up a simple *working* example of Acl & Navigation in Zend Framework 1.9.x as demonstrated by jscherer26.
Enjoy
Manually extracting relevant information from repeated incantations of SHOW ENGINE INNODB STATUS while trying to figure out what InnoDB is doing is not only error prone, it’s just plain hard to do. And since MySQL doesn’t expose the data you really want in an INFORMATION_SCHEMA table (yet?), the option is use an external program to help: innotop.