php code [2008-08-24 23:45:39]
Atahualpa 2.2 WordPress Theme released
By admin
Cleaned up the code considerably. You should now be able to edit the CSS o your own. The PHP code got a bit more complicated because of the localization though. Localization not finished yet but should be in the next version. …
Wordpress Themes - Free WP Bytes For All - http://wordpress.bytesforall.com
Simple model association did not work!
PHP Code. <?php class AuthorsController extends AppController { var $name = 'Authors'; function index() { $this->Author->recursive = 1; $authors = $this->Author->find('all'); $this->set('authors', $authors); …
The UnOfficial CakePHP Forum - http://www.cakephpforum.net
.
