php - <string> and 'string' difference in Kohana -


i'm new kohana , i've watched 1 video tutorial. , started read book "kohana 3.0, beginner's guide". in video tutorial tutor uses

    view::factory('template_name') 

but in book, author uses

    view::factory(<template_name>) 

this < template_name > php feature or kohana's? , what's difference between quoted , inequality-ated names?

<template_name> convention meaning "insert template name here." not valid php code until insert template name string.

for further information, check introduction of book: find list of conventions used author , explanation of each.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -