[Vtigercrm-developers] 回复: Where to find the Smarty_setup.php

元亨利贞 1250572980 at qq.com
Tue Mar 10 10:36:07 GMT 2015


In "An Extension Module Example"
 
Directory Structure
 
vtigercrm/
modules/
MyRss/

schema.xml
 


MyRss.php - class MyRss
 

views/
views/List.php - class MyRss_List_View
  

models/
models/Record.php - class MyRss_Record_Model
  

actions/
actions/Save.php - class MyRss_Save_Action
  

layouts/
vlayout/
modules/
MyRss/

SideBar.tpl
 


Index.tpl
 

resources/
resources/MyRss.js - jQuery.Class MyRss_List_Js

jquery_rss_min.js
  
  
  
  
  
  
  
  
 

I can not find the 

jquery_rss_min.js‍ files,one can send me the file.




------------------ 原始邮件 ------------------
发件人: "元亨利贞";<1250572980 at qq.com>;
发送时间: 2015年3月10日(星期二) 晚上6:29
收件人: "vtigercrm-developers at lists.vtigercrm.com"<vtigercrm-developers at lists.vtigercrm.com>; 

主题: [Vtigercrm-developers] Where to find the Smarty_setup.php




In "Developer Debug Techniques"

In following code,


Smarty
 
1. In file, Smarty_setup.php add the following to class consturctor function  

function vtigerCRM_Smarty() { 
    $this->Smarty();    $this->template_dir = 'Smarty/templates';    // ...    // ADD THIS LINE    $this->debugging = true;  
} 





I search the projects,I can not find the Smarty_setup.php‍ file.
‍
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150310/e01edcb3/attachment.html>


More information about the vtigercrm-developers mailing list