Hi!
I'm a PHP Pro?I think I am one?, but this is the first time for me to try a PHP Template, so I have no clue on how to choose one. Do you have some tips to help me choose the/a right PHP template?
Needs for a PHP Template:
- it is efficient since the PHP parser does the dirty work
- split graphics by contents, manage theme
- WYSIWIG
- Ready to use with several frameworks using the provided adapters (ZendFramework, Agavi, CakePHP, CodeIgniter)
Zikula will help me out?
thx
Wallace
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
How to find the exact PHP template I need?
-
- Rank: Registered User
- Registered: Dec 05, 2010
- Last visit:
- Posts: 1
-
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
Zikula already comes with Smarty as integrated templating engine since many years, so no need for you to deal with that separately.
Greetings,
Chris
--
an operating system must operate
development is life
my repo -
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
Wallace,
Welcome to Zikula! Chris is right, zikula comes with a great templating engine, Smarty. The Smarty manual is a excellent reference for how it works.http://www.smarty.net/docsv2/en/. However, Zikula 1.2.4 and below use a little bit different syntax than the usual Smarty curly braces. If you want to see some template code in Zikula, check out a system module (in the system folder of your install). Inside a module you will find a templates folder. Look inside any file in there and you will see template code to give you an idea how it's done. Next, here is a good introduction to templates http://community.zik…&tag=TemplatesIntro and here they are described in a tutorial about developing modules.http://community.zik…uleProgrammingPart3. Finally, ask on this forum as you go through it, the zikula community is incredibly helpful.
I have read that Zikula 1.3 will support normal Smarty syntax, but others can comment on that. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Zikula 1.3 will stay on Smarty 2.x because Smarty 3 seems not good enough, and there's an alternative to switch to Dwoo later, using the same syntax.
Wallace, as an MVC framework, the Presentation is one of the three layers, and we use Smarty for that ATM. Those engines can be used for custom code too, but Zikula comes with a lot more.
Greetings
--
- Mateo T. -
Mis principios... son mis fines
- Moderated by:
- Support
