Please let me know what you think! It's my first contribution to a open project like this, so please be kind.
More information: http://www.yiiframew...sion/nestedset/
Posted 24 April 2009 - 08:31 AM
Posted 24 April 2009 - 09:05 AM
Posted 24 April 2009 - 09:19 AM
Posted 24 April 2009 - 11:12 AM
Posted 24 April 2009 - 01:26 PM
Quote
Posted 24 April 2009 - 03:59 PM
Quote
Posted 24 April 2009 - 08:16 PM
Posted 26 April 2009 - 05:35 PM
Posted 27 April 2009 - 09:47 AM
Quote
Posted 31 May 2009 - 10:27 AM
Posted 31 May 2009 - 12:54 PM
Quote
Quote
Posted 02 June 2009 - 04:45 PM
Posted 09 June 2009 - 10:47 AM
public function actionIndex()
{
public function actionIndex()
{
Undefined index: children
00111: $result = "<strong>".$tree['node']->name."</strong> (".$tree['node']->getLeftValue().",".$tree['node']->getRightValue().")";
00112: if(is_array($tree['children']))
Posted 22 June 2009 - 09:53 AM
Posted 13 September 2009 - 06:54 AM
Error in executing SQL: INSERT INTO `pages` (`title`, `user_id`, `lft`, `rght`, `level`, `modified`, `created`) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5, :yp6)
Error appending node, transaction aborted. Exception: CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`yii_cms`.`pages`, CONSTRAINT `fk_pages_users` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION)
Posted 05 November 2009 - 12:54 PM
Posted 11 December 2009 - 09:39 AM
jerry2801, on 08 December 2009 - 12:22 AM, said:
Posted 15 December 2009 - 05:12 AM