Advertisement
Guest User

Untitled

a guest
Aug 19th, 2010
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <config>
  2.     <modules>
  3.         <Ahathaway_Weblog>
  4.             <version>0.1.0</version>
  5.         </Ahathaway_Weblog>
  6.     </modules>
  7.     <frontend>
  8.         <routers>
  9.             <weblog>
  10.                 <use>standard</use>
  11.                 <args>
  12.                     <module>Ahathaway_Weblog</module>
  13.                     <frontName>weblog</frontName>
  14.                 </args>
  15.             </weblog>
  16.         </routers>
  17.     </frontend>
  18.     <global>
  19.         <models>
  20.             <weblog>
  21.                 <class>Ahathaway_Weblog_Model</class>
  22.                 <resourceModel>weblog_mysql4</resourceModel>
  23.             </weblog>
  24.             <weblog_mysql4>
  25.             <class>Ahathaway_Weblog_Model_Mysql4</class>              
  26.         </weblog_mysql4>  
  27.         </models>
  28.     </global>
  29. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement