Hi there, I was reading CakePHP 2.0 docs and I would like to solve some
doubts.

 - DboMysqli was removed, we will support DboMysql only. Why? Mysqli is not
better than Mysql??

 - $this->Form->input() instead $form->input(). The second way is not faster
and shorter to type?

 - isAjax() was deprecated?

Suggestions

I think that it would be good whether Cake had a method to create images
inside links easier than to use $this->Html->link($this->Html->image(), '#',
array('escape' => false));
I worked with a php framework called SpaghettiPHP (very similar with CakePHP
1.x) that implemented a method called imagelink, where we just needed to
pass the image path as first arg and the link as second arg, besides came 2
arrays of options to both tags.

Thank you and congratulations for CakePHP project, it's really a good work.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to