Warning (2): array_merge() [function.array-merge]: Argument #2 is not an array [CORE/cake.7882/libs/view/helpers/html.php, line 229]
Code | Context
$type = array( "name" => "description", "content" => "meta_description" ) $url = "meta_description" $attributes = "A running 'Hello World' java applet demo, source code with article" $inline = array( "type" => "description" ) $types = array( "rss" => array( "type" => "application/rss+xml", "rel" => "alternate", "title" => "description", "link" => "meta_description" ), "atom" => array( "type" => "application/atom+xml", "title" => "description", "link" => "meta_description" ), "icon" => array( "type" => "image/x-icon", "rel" => "icon", "link" => "meta_description" ), "keywords" => array( "name" => "keywords", "content" => "meta_description" ), "description" => array( "name" => "description", "content" => "meta_description" ) )
array_merge - [internal], line ?? HtmlHelper::meta() - CORE/cake.7882/libs/view/helpers/html.php, line 229 include - APP/views/pages/applets/helloworld.ctp, line 3 View::_render() - CORE/cake.7882/libs/view/view.php, line 666 View::render() - CORE/cake.7882/libs/view/view.php, line 376 Controller::render() - CORE/cake.7882/libs/controller/controller.php, line 774 PagesController::display() - CORE/cake.7882/libs/controller/pages_controller.php, line 82 Object::dispatchMethod() - CORE/cake.7882/libs/object.php, line 119 Dispatcher::_invoke() - CORE/cake.7882/dispatcher.php, line 245 Dispatcher::dispatch() - CORE/cake.7882/dispatcher.php, line 211 [main] - APP/webroot/index.php, line 84
Basic Hello World applet demo
<< Back to the basic structure of a java applet article.
Categories
- Bookmarks (3)
- Cakephp (15)
- Code Snip (2)
- Design (6)
- Hosting (1)
- Java (2)
- Javascript (1)
- Linux (10)
- Notes (5)
- Windows (5)
Tags
Blog Categories
Latest
- Shhhh! Keep quiet cakephp console
- Linux disk usage statistics
- Displaying your cakephp 1.2 version
- How to reboot a locked up local or remote Linux box
- Command to list only directory names under Linux
- How to setup a 30 second Cron job
- Custom group by pagination and a calculated field
- Geshi code to plain text JQuery javascript toggle
- Run 32 bit Jet & DAO application on 64 bit windows
- Remove the dotted outline focus on links
Popular
- Custom group by pagination and a calculated field
- Quickly comment out block of code in Python
- Sitemaps made easy with CakePHP 1.2
- Not getting setFlash messages in CakePHP 1.2
- RSS made easy with CakePHP 1.2
- SEO meta tags under Cakephp 1.2
- Setting meta tag descriptions and keywords under CakePHP 1.2
- Finding your Debian and Ubuntu install version
- Install vmxnet network driver on your Debian VM
- Debian VM network error SIOCSIFADDR no such device
