Development

/plugins/sfConstPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfConstPlugin/package.xml

Revision 3877, 3.0 kB (checked in by Jonathan.Wage, 2 years ago)

sfConstPlugin: Initial import.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.5.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3  <name>sfConstPlugin</name>
4  <channel>pear.symfony-project.com</channel>
5  <summary>sfConst plugin</summary>
6  <description>The `sfConstPlugin` is a symfony plugin that provides app wide constants functionality.
7 It automatically generates constant values based on sf_const table values and make them accessible in every app module.
8 This plugin&apos;s functionality is quite similar to sfSettingsPlugin functionality. The difference is that this plugin
9 automatically generates unique constant names based on constant name and reference to pair of table/field.
10 Plugin can be helpfull if you have a big number of reference tables like statuses, types, etc and don&apos;t want to
11 create atomic tables for each table reference.</description>
12  <lead>
13   <name>Voznyak Nazar</name>
14   <user>Nazar.Voznyak</user>
15   <email>voznyaknazar@gmail.com</email>
16   <active>yes</active>
17  </lead>
18  <date>2007-04-26</date>
19  <time>14:03:29</time>
20  <version>
21   <release>1.0.0</release>
22   <api>1.0.0</api>
23  </version>
24  <stability>
25   <release>stable</release>
26   <api>stable</api>
27  </stability>
28  <license uri="http://www.symfony-project.com/license">MIT license</license>
29  <notes>-</notes>
30  <contents>
31   <dir name="/">
32    <file md5sum="7459dfe60189ebc06c050806d0ca402c" name="data/fixtures/fixtures.yml" role="data" />
33    <file md5sum="00bf63ea3a3dba8de489e4ae4d488fc7" name="config/schema.yml" role="data" />
34    <file md5sum="d863694f3498a7aa6a19dcb162a456f3" name="config/config_handlers.yml" role="data" />
35    <file md5sum="793f4a8e77d11fe977f077226ea71d76" name="config/db_const.yml" role="data" />
36    <file md5sum="b847513195c759bf3b78c015ead6c711" name="lib/dbConstConfigHandler.class.php" role="data" />
37    <file md5sum="c2a74c1e32f16e92df24d6c1d98919dc" name="modules/sfConst/config/generator.yml" role="data" />
38    <file md5sum="61a10180bb62b23bc6a2ac82e9efee6e" name="modules/sfConst/actions/actions.class.php" role="data" />
39    <file md5sum="c0878e5d0e753ee0af4b0b241f08da83" name="modules/sfConst/templates/_fld_name.php" role="data" />
40    <file md5sum="6466c923ad7c72a6c51397acc3712b3a" name="modules/sfConst/templates/_tbl_name.php" role="data" />
41    <file md5sum="ddee57a3efd6e68c8e7f669ca1a6731d" name="README" role="data" />
42    <file md5sum="62ed9a219586fe2a71acd6e078ae274a" name="LICENSE" role="data" />
43   </dir>
44  </contents>
45  <dependencies>
46   <required>
47    <php>
48     <min>5.1.0</min>
49    </php>
50    <pearinstaller>
51     <min>1.4.1</min>
52    </pearinstaller>
53    <package>
54     <name>symfony</name>
55     <channel>pear.symfony-project.com</channel>
56     <min>0.8.1</min>
57     <max>1.1.0</max>
58     <exclude>1.1.0</exclude>
59    </package>
60   </required>
61  </dependencies>
62  <phprelease />
63  <changelog />
64 </package>
Note: See TracBrowser for help on using the browser.